diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-13 17:16:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-13 17:19:31 +0200 |
commit | 53a83f4bc037379b48a078b748287d333569ccfb (patch) | |
tree | a720e7b0a28d664015db0b4e0e9c79f2349986b3 /src/libsystemd/sd-bus/bus-protocol.h | |
parent | b576fcf43a32c0bb2e3f8a4f61770d2cdac00fcb (diff) |
sd-bus: add support for new allow-interactive-authorization message header flag
Diffstat (limited to 'src/libsystemd/sd-bus/bus-protocol.h')
-rw-r--r-- | src/libsystemd/sd-bus/bus-protocol.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-protocol.h b/src/libsystemd/sd-bus/bus-protocol.h index 4f4646883c..75c6ded728 100644 --- a/src/libsystemd/sd-bus/bus-protocol.h +++ b/src/libsystemd/sd-bus/bus-protocol.h @@ -42,7 +42,8 @@ enum { enum { BUS_MESSAGE_NO_REPLY_EXPECTED = 1, - BUS_MESSAGE_NO_AUTO_START = 2 + BUS_MESSAGE_NO_AUTO_START = 2, + BUS_MESSAGE_ALLOW_INTERACTIVE_AUTHORIZATION = 4, }; /* Header fields */ |