X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibsystemd-bus%2Fbus-protocol.h;h=5046d17a103fe217ad1b0cbe2628bb1080c1b321;hb=753e98788a9bcbd3bba2b3006672c003ae72eefa;hp=4726d9345dc2ec8d92930090bacf7673166871b9;hpb=29a07cdb4a317f2e1ea160b79bfe6eb1be2e6e01;p=elogind.git diff --git a/src/libsystemd-bus/bus-protocol.h b/src/libsystemd-bus/bus-protocol.h index 4726d9345..5046d17a1 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 \ "\n"