chiark / gitweb /
initctl: talk to systemd via the abstract private bus
[elogind.git] / src / cgroup.h
index d27c063c12fea7d11151be4c5f29adbda507217c..67c7cc35019497c634bbc120fbe45dbf86bec142 100644 (file)
@@ -48,9 +48,6 @@ struct CGroupBonding {
 
         /* When our tasks are the only ones in this group */
         bool only_us:1;
-
-        /* Inherit parameters from parent group */
-        bool inherit:1;
 };
 
 int cgroup_bonding_realize(CGroupBonding *b);
@@ -79,4 +76,6 @@ int manager_shutdown_cgroup(Manager *m, bool delete);
 
 int cgroup_notify_empty(Manager *m, const char *group);
 
+Unit* cgroup_unit_by_pid(Manager *m, pid_t pid);
+
 #endif