summaryrefslogtreecommitdiff
path: root/src/core/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-11-25 21:16:37 +0100
committerLennart Poettering <lennart@poettering.net>2013-11-25 22:10:22 +0100
commiteeaedb7c26375352c32ec290cd716f2ff2dbe61a (patch)
tree6e47243cdb86d2ec63ac70246c313a3325ef4dd3 /src/core/unit.h
parent9670d583d381d4c2c7f4d80de63bee7ad54fef44 (diff)
downloadsystemd-eeaedb7c26375352c32ec290cd716f2ff2dbe61a.tar.gz
core: include following set data in dump
Diffstat (limited to 'src/core/unit.h')
-rw-r--r--src/core/unit.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/unit.h b/src/core/unit.h
index 5b4f86c584..fe49b57403 100644
--- a/src/core/unit.h
+++ b/src/core/unit.h
@@ -558,6 +558,7 @@ bool unit_need_daemon_reload(Unit *u);
void unit_reset_failed(Unit *u);
Unit *unit_following(Unit *u);
+int unit_following_set(Unit *u, Set **s);
const char *unit_slice_name(Unit *u);
@@ -569,8 +570,6 @@ int unit_add_default_target_dependency(Unit *u, Unit *target);
char *unit_default_cgroup_path(Unit *u);
-int unit_following_set(Unit *u, Set **s);
-
void unit_start_on_failure(Unit *u);
void unit_trigger_notify(Unit *u);