chiark / gitweb /
core: convert PID 1 to libsystemd-bus
[elogind.git] / src / libsystemd-bus / kdbus.h
index 06c2c245f39b469155b6e6228697cc894a89b021..6e21b7242a694815afbae703a718c2ba1bd7b980 100644 (file)
@@ -237,8 +237,9 @@ enum {
        KDBUS_HELLO_STARTER             =  1 <<  0,
        KDBUS_HELLO_ACCEPT_FD           =  1 <<  1,
 
-       /* The following have an effect on directed messages only --
-        * not for broadcasts */
+       /* subscription for metadata to attach */
+       KDBUS_HELLO_ATTACH_TIMESTAMP    =  1 <<  8,
+       KDBUS_HELLO_ATTACH_CREDS        =  1 <<  9,
        KDBUS_HELLO_ATTACH_COMM         =  1 << 10,
        KDBUS_HELLO_ATTACH_EXE          =  1 << 11,
        KDBUS_HELLO_ATTACH_CMDLINE      =  1 << 12,
@@ -285,7 +286,7 @@ enum {
        KDBUS_MAKE_NAME,
        KDBUS_MAKE_CRED,        /* allow translator services which connect
                                 * to the bus on behalf of somebody else,
-                                * allow specifiying the credentials of the
+                                * allow specifying the credentials of the
                                 * client to connect on behalf on. Needs
                                 * privileges */
 };