diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-12 21:44:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-12 21:44:55 +0200 |
commit | cfde0327ad83f1a31597cd8eb83e97f541d2f2db (patch) | |
tree | 3af4a72cbfd617a851c9179f0976dd8d47555b23 /src/libsystemd-bus | |
parent | d9115e1852ae8e0cb254cf170040e48e5e6c2923 (diff) |
kdbus: update kdbus.h from upstream
Diffstat (limited to 'src/libsystemd-bus')
-rw-r--r-- | src/libsystemd-bus/kdbus.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libsystemd-bus/kdbus.h b/src/libsystemd-bus/kdbus.h index 16a3a49f6d..7f65375c44 100644 --- a/src/libsystemd-bus/kdbus.h +++ b/src/libsystemd-bus/kdbus.h @@ -70,6 +70,7 @@ enum { KDBUS_MSG_TIMESTAMP, /* .ts_ns of CLOCK_MONOTONIC */ KDBUS_MSG_SRC_CREDS, /* .creds */ KDBUS_MSG_SRC_COMM, /* optional */ + KDBUS_MSG_SRC_THREAD_COMM, /* optional */ KDBUS_MSG_SRC_EXE, /* optional */ KDBUS_MSG_SRC_CMDLINE, /* optional */ KDBUS_MSG_SRC_CGROUP, /* optional, specified which one */ @@ -360,3 +361,11 @@ enum kdbus_cmd { KDBUS_CMD_EP_POLICY_SET = _IOWR(KDBUS_IOC_MAGIC, 0x70, struct kdbus_cmd_policy), }; #endif + +/* Think about: + * + * - allow HELLO to change unique names + * - allow HELLO without assigning a unique name at all + * - when receive fails due to too small buffer return real size + * - when receiving maybe allow read-only mmaping into reciving process memory space or so? + */ |