X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemd%2Fsd-bus-protocol.h;h=439a77961e9caf179297a5e2a41ea62e30a028c9;hp=b2db7e46b8f8b7bbb4053e64dcfd23222f4785ec;hb=0014a4ad505d119c7ac4346d9d774c3f17f663a5;hpb=0461f8cdc1d7b4afee2f2ff40fcaa3c7e26c662c diff --git a/src/systemd/sd-bus-protocol.h b/src/systemd/sd-bus-protocol.h index b2db7e46b..439a77961 100644 --- a/src/systemd/sd-bus-protocol.h +++ b/src/systemd/sd-bus-protocol.h @@ -22,8 +22,6 @@ along with systemd; If not, see . ***/ -#include - #include "_sd-common.h" _SD_BEGIN_DECLARATIONS; @@ -66,14 +64,6 @@ enum { SD_BUS_TYPE_DICT_ENTRY_END = '}', }; -/* RequestName parameters */ - -enum { - SD_BUS_NAME_ALLOW_REPLACEMENT = 1, - SD_BUS_NAME_REPLACE_EXISTING = 2, - SD_BUS_NAME_DO_NOT_QUEUE = 4 -}; - /* Well-known errors. Note that this is only a sanitized subset of the * errors that the reference implementation generates. */ @@ -104,6 +94,8 @@ enum { #define SD_BUS_ERROR_UNIX_PROCESS_ID_UNKNOWN "org.freedesktop.DBus.Error.UnixProcessIdUnknown" #define SD_BUS_ERROR_INVALID_SIGNATURE "org.freedesktop.DBus.Error.InvalidSignature" #define SD_BUS_ERROR_INCONSISTENT_MESSAGE "org.freedesktop.DBus.Error.InconsistentMessage" +#define SD_BUS_ERROR_MATCH_RULE_NOT_FOUND "org.freedesktop.DBus.Error.MatchRuleNotFound" +#define SD_BUS_ERROR_MATCH_RULE_INVALID "org.freedesktop.DBus.Error.MatchRuleInvalid" _SD_END_DECLARATIONS;