summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r--src/libsystemd-bus/bus-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h
index 6ff3163cfd..7cca9998bb 100644
--- a/src/libsystemd-bus/bus-internal.h
+++ b/src/libsystemd-bus/bus-internal.h
@@ -81,6 +81,7 @@ struct sd_bus {
int input_fd, output_fd;
int message_version;
+ bool is_kernel:1;
bool negotiate_fds:1;
bool can_fds:1;
bool bus_client:1;
@@ -122,6 +123,8 @@ struct sd_bus {
} sockaddr;
socklen_t sockaddr_size;
+ char *kernel;
+
sd_id128_t server_id;
char *address;