chiark / gitweb /
libsystemd-bus: clean up bus-control.c file
[elogind.git] / src / libsystemd-bus / bus-internal.h
index 4af5526b71dbb87585a026be26927c746f140b25..9c9e142a5b0d7e59e501df30a9d88d40e73ad19d 100644 (file)
@@ -182,8 +182,6 @@ struct sd_bus {
         LIST_HEAD(struct filter_callback, filter_callbacks);
 
         Hashmap *nodes;
-
-
         Hashmap *vtable_methods;
         Hashmap *vtable_properties;
 
@@ -215,6 +213,8 @@ struct sd_bus {
         struct ucred ucred;
         char label[NAME_MAX];
 
+        uint64_t creds_mask;
+
         int *fds;
         unsigned n_fds;
 
@@ -239,6 +239,7 @@ struct sd_bus {
         pid_t original_pid;
 
         uint64_t hello_flags;
+        uint64_t attach_flags;
 
         uint64_t match_cookie;