chiark / gitweb /
sd-rtnl: recv_message - drop message when peeking fails
[elogind.git] / src / libsystemd / sd-bus / bus-creds.h
index 15821a57d20b4f5ceecb57921f366ca80cc35401..48453e2afd5010578f0e4a4fd49b81cabb8cfc33 100644 (file)
@@ -40,8 +40,10 @@ struct sd_bus_creds {
         gid_t sgid;
         gid_t fsgid;
 
+        gid_t *supplementary_gids;
+        unsigned n_supplementary_gids;
+
         pid_t pid;
-        usec_t pid_starttime;
         pid_t tid;
 
         char *comm;
@@ -69,6 +71,8 @@ struct sd_bus_creds {
         char *unique_name;
 
         char **well_known_names;
+        bool well_known_names_driver:1;
+        bool well_known_names_local:1;
 
         char *cgroup_root;