aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/lxc/cgroup.h')
-rw-r--r--src/lxc/cgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxc/cgroup.h b/src/lxc/cgroup.h
index 640f1d2..905686e 100644
--- a/src/lxc/cgroup.h
+++ b/src/lxc/cgroup.h
@@ -26,7 +26,7 @@
#define MAXPRIOLEN 24
struct lxc_handler;
-int lxc_rename_nsgroup(const char *name, struct lxc_handler *handler);
+int lxc_rename_nsgroup(const char *name, pid_t pid);
int lxc_unlink_nsgroup(const char *name);
int lxc_cgroup_path_get(char **path, const char *name);
int lxc_cgroup_nrtasks(const char *name);