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