chiark / gitweb /
bus: when connecting to a container's kdbus instance, enter namespace first
[elogind.git] / src / libsystemd-bus / bus-protocol.h
index 982461bd9d5521ce2e1be477f4a1eb60af3fdeb7..4726d9345dc2ec8d92930090bacf7673166871b9 100644 (file)
@@ -60,6 +60,14 @@ enum {
         _BUS_MESSAGE_HEADER_MAX
 };
 
+/* RequestName parameters */
+
+enum  {
+        BUS_NAME_ALLOW_REPLACEMENT = 1,
+        BUS_NAME_REPLACE_EXISTING = 2,
+        BUS_NAME_DO_NOT_QUEUE = 4
+};
+
 /* RequestName returns */
 enum  {
         BUS_NAME_PRIMARY_OWNER = 1,