diff options
author | Tom Gundersen <teg@jklm.no> | 2015-07-22 14:17:12 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-07-22 14:17:12 +0200 |
commit | bd37a92297a89f00d03757cf860dff9a8ae59b16 (patch) | |
tree | fa59bf0f807848e232f8b083f81724579599b6cf /src/core/unit.h | |
parent | 75cb22f1bf5a4ca465221f6041be96d10c95ff8d (diff) | |
parent | 64f575d2ab9a6743d3c7172b7591c88ba243cf1b (diff) |
Merge pull request #647 from michich/job-logging
Job logging fixes and improvements
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 9491ef64f9..e60168267f 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -544,6 +544,7 @@ int unit_add_node_link(Unit *u, const char *what, bool wants); int unit_coldplug(Unit *u); void unit_status_printf(Unit *u, const char *status, const char *unit_status_msg_format) _printf_(3, 0); +void unit_status_emit_starting_stopping_reloading(Unit *u, JobType t); bool unit_need_daemon_reload(Unit *u); |