diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-03 21:23:12 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-03 21:23:12 +0100 |
commit | 4d7213b2747ddd87002f970ccc60b1a9ab637136 (patch) | |
tree | ddae01aaddd7530bc119ace060c467009da4a1f2 /src/core/manager.h | |
parent | ca37242e52cbf90d6cdb3b26b2986b11ed1d5e91 (diff) |
core: move ShowStatus type into the core
Let's make the scope of the show-status stuff a bit smaller, and make it
private to the core, rather than shared API in shared/.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r-- | src/core/manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/manager.h b/src/core/manager.h index 3192b63dfd..92985caefb 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -58,6 +58,7 @@ typedef enum ManagerExitCode { #include "execute.h" #include "unit-name.h" #include "exit-status.h" +#include "show-status.h" struct Manager { /* Note that the set of units we know of is allowed to be |