chiark / gitweb /
core: either ignore or handle mount failures
[elogind.git] / src / core / target.c
index 8817ef21c4c61a3daba8d24b717e9a3c19f83406..5f64402475976643b1532ba9e9dd0c24cecd997c 100644 (file)
@@ -103,7 +103,7 @@ static int target_load(Unit *u) {
         return 0;
 }
 
-static int target_coldplug(Unit *u) {
+static int target_coldplug(Unit *u, Hashmap *deferred_work) {
         Target *t = TARGET(u);
 
         assert(t);