Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
cfde0327
Commit
cfde0327
authored
Apr 12, 2013
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kdbus: update kdbus.h from upstream
parent
d9115e18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/libsystemd-bus/kdbus.h
src/libsystemd-bus/kdbus.h
+9
-0
No files found.
src/libsystemd-bus/kdbus.h
View file @
cfde0327
...
@@ -70,6 +70,7 @@ enum {
...
@@ -70,6 +70,7 @@ enum {
KDBUS_MSG_TIMESTAMP
,
/* .ts_ns of CLOCK_MONOTONIC */
KDBUS_MSG_TIMESTAMP
,
/* .ts_ns of CLOCK_MONOTONIC */
KDBUS_MSG_SRC_CREDS
,
/* .creds */
KDBUS_MSG_SRC_CREDS
,
/* .creds */
KDBUS_MSG_SRC_COMM
,
/* optional */
KDBUS_MSG_SRC_COMM
,
/* optional */
KDBUS_MSG_SRC_THREAD_COMM
,
/* optional */
KDBUS_MSG_SRC_EXE
,
/* optional */
KDBUS_MSG_SRC_EXE
,
/* optional */
KDBUS_MSG_SRC_CMDLINE
,
/* optional */
KDBUS_MSG_SRC_CMDLINE
,
/* optional */
KDBUS_MSG_SRC_CGROUP
,
/* optional, specified which one */
KDBUS_MSG_SRC_CGROUP
,
/* optional, specified which one */
...
@@ -360,3 +361,11 @@ enum kdbus_cmd {
...
@@ -360,3 +361,11 @@ enum kdbus_cmd {
KDBUS_CMD_EP_POLICY_SET
=
_IOWR
(
KDBUS_IOC_MAGIC
,
0x70
,
struct
kdbus_cmd_policy
),
KDBUS_CMD_EP_POLICY_SET
=
_IOWR
(
KDBUS_IOC_MAGIC
,
0x70
,
struct
kdbus_cmd_policy
),
};
};
#endif
#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?
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment