chiark / gitweb /
core: do not spawn jobs or touch other units during coldplugging
[elogind.git] / src / core / snapshot.c
index b70c3beb6023c1b75455c636bbaf8d8d9a0c0dc1..b1d8448771d9fe6ef290448bc44ef4fb3456f28d 100644 (file)
@@ -75,7 +75,7 @@ static int snapshot_load(Unit *u) {
         return 0;
 }
 
-static int snapshot_coldplug(Unit *u) {
+static int snapshot_coldplug(Unit *u, Hashmap *deferred_work) {
         Snapshot *s = SNAPSHOT(u);
 
         assert(s);