diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-16 05:10:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-16 05:10:31 +0200 |
commit | 8c47c7325fa1ab72febf807f8831ff24c75fbf45 (patch) | |
tree | 3a116267ab7c0edbfdb32bbd2b6ea222436fcce3 /src/cgroup.h | |
parent | 17586c16bac1d5ecf7d60ef57d18e82e36c288c1 (diff) |
notify: add minimal readiness/status protocol for spawned daemons
Diffstat (limited to 'src/cgroup.h')
-rw-r--r-- | src/cgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgroup.h b/src/cgroup.h index 26fac0a660..67c7cc3501 100644 --- a/src/cgroup.h +++ b/src/cgroup.h @@ -76,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 |