chiark / gitweb /
sd-event: split run into prepare/wait/dispatch
[elogind.git] / src / systemd / sd-bus-protocol.h
index 1967fa8f0427d2465f555270b1306ef08ab63921..439a77961e9caf179297a5e2a41ea62e30a028c9 100644 (file)
@@ -94,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;