X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Funit.h;h=20bb6a2a185739666e5c699da18bc23ec9befc7c;hb=15917fb09b669021d1f20ddc1f468d156b05a8e0;hp=15e7fedd0e550a0bbd122219c4eceda22464710f;hpb=fdf20a316035779bbec469e11d73c7544acbf30f;p=elogind.git diff --git a/src/unit.h b/src/unit.h index 15e7fedd0..20bb6a2a1 100644 --- a/src/unit.h +++ b/src/unit.h @@ -338,7 +338,7 @@ struct UnitVTable { void (*shutdown)(Manager *m); /* When sending out PropertiesChanged signal, which properties - * shall be invalidated? This is a NUL seperated list of + * shall be invalidated? This is a NUL separated list of * strings, to minimize relocations a little. */ const char *bus_invalidating_properties; @@ -499,6 +499,10 @@ void unit_reset_failed(Unit *u); Unit *unit_following(Unit *u); +bool unit_pending_inactive(Unit *u); + +int unit_add_default_target_dependency(Unit *u, Unit *target); + const char *unit_load_state_to_string(UnitLoadState i); UnitLoadState unit_load_state_from_string(const char *s);