X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fslice.c;h=0285c49aebfde7096463447ee6b7aa68167b09b8;hb=340a1d2330ddc1dd18ad75bcdddf32f63c84b4a1;hp=0bebdbcbc649591637ed2595f344eae088ee900d;hpb=5ad096b3f1331b175340129a8c9a5a9d711e5415;p=elogind.git diff --git a/src/core/slice.c b/src/core/slice.c index 0bebdbcbc..0285c49ae 100644 --- a/src/core/slice.c +++ b/src/core/slice.c @@ -150,7 +150,7 @@ static int slice_load(Unit *u) { return slice_verify(s); } -static int slice_coldplug(Unit *u) { +static int slice_coldplug(Unit *u, Hashmap *deferred_work) { Slice *t = SLICE(u); assert(t);