X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fscope.c;h=8b2bb29ed8a9f4807d2f518cff0894565387fa8d;hb=f5b51ea7fcb0b6380c3ceb4d4f3f22f647c6fd32;hp=1c3c6bb5409a381b2e5c07f1d5c0d91d0db0dcda;hpb=5ad096b3f1331b175340129a8c9a5a9d711e5415;p=elogind.git diff --git a/src/core/scope.c b/src/core/scope.c index 1c3c6bb54..8b2bb29ed 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -171,7 +171,7 @@ static int scope_load(Unit *u) { return scope_verify(s); } -static int scope_coldplug(Unit *u) { +static int scope_coldplug(Unit *u, Hashmap *deferred_work) { Scope *s = SCOPE(u); int r;