chiark / gitweb /
mount: Don't stop the mountinfo parser if one line can't be read
[elogind.git] / src / unit.h
index 20bb6a2a185739666e5c699da18bc23ec9befc7c..47a1eb635036156df05e216c4bd7f67931845e40 100644 (file)
@@ -500,6 +500,7 @@ void unit_reset_failed(Unit *u);
 Unit *unit_following(Unit *u);
 
 bool unit_pending_inactive(Unit *u);
+bool unit_pending_active(Unit *u);
 
 int unit_add_default_target_dependency(Unit *u, Unit *target);