diff options
Diffstat (limited to 'src/libsystemd-bus/bus-protocol.h')
-rw-r--r-- | src/libsystemd-bus/bus-protocol.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-protocol.h b/src/libsystemd-bus/bus-protocol.h index 4726d9345d..5046d17a10 100644 --- a/src/libsystemd-bus/bus-protocol.h +++ b/src/libsystemd-bus/bus-protocol.h @@ -83,6 +83,12 @@ enum { BUS_NAME_NOT_OWNER = 3, }; +/* StartServiceByName returns */ +enum { + BUS_START_REPLY_SUCCESS = 1, + BUS_START_REPLY_ALREADY_RUNNING = 2, +}; + #define BUS_INTROSPECT_DOCTYPE \ "<!DOCTYPE node PUBLIC \"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN\"\n" \ "\"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd\">\n" |