diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-19 03:02:45 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-19 04:40:56 +0100 |
commit | 53461b74df0576ec091275d1a5dbee00611df1ee (patch) | |
tree | f81491e1f628a7848b9096c12006d5d3b79d7686 /src/systemd/sd-bus-protocol.h | |
parent | b43b8f7a7e088c31416374340f576887968f7cad (diff) |
driverd: implement AddMatch/RemoveMatch logic
Diffstat (limited to 'src/systemd/sd-bus-protocol.h')
-rw-r--r-- | src/systemd/sd-bus-protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemd/sd-bus-protocol.h b/src/systemd/sd-bus-protocol.h index 1967fa8f04..439a77961e 100644 --- a/src/systemd/sd-bus-protocol.h +++ b/src/systemd/sd-bus-protocol.h @@ -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; |