1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

kdbus: update kdbus.h from upstream

This commit is contained in:
Lennart Poettering 2013-04-14 17:47:12 +02:00
parent 88fe224c8c
commit 2404302e50

View File

@ -354,7 +354,11 @@ enum {
struct kdbus_cmd_match_item {
__u64 size;
__u64 type;
__u8 data[0];
union {
__u64 id;
__u8 data[0];
char str[0];
};
};
struct kdbus_cmd_match {