chiark / gitweb /
bus: properly shift cgroup data returned from kdbus by the container's root before...
[elogind.git] / src / libsystemd-bus / bus-creds.h
index 089a64bfca0013bf3a88c4d041fd59dd8f1f7f8c..d8b4aca2a0fecb67f82364ff6d9420a780700e66 100644 (file)
@@ -62,6 +62,8 @@ struct sd_bus_creds {
         char *unique_name;
 
         char **well_known_names;
+
+        char *cgroup_root;
 };
 
 sd_bus_creds* bus_creds_new(void);