chiark / gitweb /
core: do not spawn jobs or touch other units during coldplugging
[elogind.git] / src / core / scope.c
index 1c3c6bb5409a381b2e5c07f1d5c0d91d0db0dcda..8b2bb29ed8a9f4807d2f518cff0894565387fa8d 100644 (file)
@@ -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;