From c0daa706d329d6cc593949b7d150d4972289ba93 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 24 Feb 2011 03:24:23 +0100 Subject: job: also trigger on-failure dependencies when jobs faile due to dependencies, timeout --- src/unit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unit.h') diff --git a/src/unit.h b/src/unit.h index e81cffca3a..bd60dcb115 100644 --- a/src/unit.h +++ b/src/unit.h @@ -511,6 +511,8 @@ int unit_following_set(Unit *u, Set **s); UnitType unit_name_to_type(const char *n); bool unit_name_is_valid(const char *n, bool template_ok); +void unit_trigger_on_failure(Unit *u); + const char *unit_load_state_to_string(UnitLoadState i); UnitLoadState unit_load_state_from_string(const char *s); -- cgit v1.2.3-54-g00ecf