diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-12 05:55:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-12 05:55:58 +0100 |
commit | 29a07cdb4a317f2e1ea160b79bfe6eb1be2e6e01 (patch) | |
tree | 4002a201b4947b46fc466af2c27ddbb01ed71210 /src/systemd/sd-bus-protocol.h | |
parent | f8e11cda5316055c381f45bd30843c1b54cd323b (diff) |
bus: instead of exposing the dbus1 flags when acquiring a name use our own that are closer to kdbus
This turns around DO_NOT_QUEUE into QUEUE which implies a more useful
default. (And negative options are awful anyway.)
Diffstat (limited to 'src/systemd/sd-bus-protocol.h')
-rw-r--r-- | src/systemd/sd-bus-protocol.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/systemd/sd-bus-protocol.h b/src/systemd/sd-bus-protocol.h index b2db7e46b8..1967fa8f04 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 <http://www.gnu.org/licenses/>. ***/ -#include <endian.h> - #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. */ |