diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-11 00:50:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-11 00:50:49 +0200 |
commit | c6c18be35bb1d300d0b62a568783cc1c477f7151 (patch) | |
tree | e4bad2452f20b6d1d6df9714d6abe72cdc56599c /src/cgroup-show.h | |
parent | 55096547212928b0ba83fca2595cae0d66d3c0b0 (diff) |
cgroup: kill processes, not tasks and other cgroup changes
Diffstat (limited to 'src/cgroup-show.h')
-rw-r--r-- | src/cgroup-show.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgroup-show.h b/src/cgroup-show.h index 1f0c319054..09a436a3c0 100644 --- a/src/cgroup-show.h +++ b/src/cgroup-show.h @@ -22,7 +22,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -int show_cgroup(const char *name, const char *prefix, unsigned columns); -int show_cgroup_recursive(const char *name, const char *prefix, unsigned columns); +int show_cgroup(const char *path, const char *prefix, unsigned columns); +int show_cgroup_recursive(const char *path, const char *prefix, unsigned columns); #endif |