summaryrefslogtreecommitdiffstats
path: root/tests/libcgrouptest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libcgrouptest.h')
-rw-r--r--tests/libcgrouptest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libcgrouptest.h b/tests/libcgrouptest.h
index 62f0c68..36edc26 100644
--- a/tests/libcgrouptest.h
+++ b/tests/libcgrouptest.h
@@ -110,8 +110,8 @@ extern char mountpoint[], mountpoint2[];
/* Functions to test each API */
void test_cgroup_init(int retcode, int i);
void test_cgroup_attach_task(int retcode, struct cgroup *cgroup1,
- const char *group1, const char *group2,
- int k, int i);
+ const char *group1, const char *group2, pid_t pid,
+ int k, int i);
struct cgroup *create_new_cgroup_ds(int ctl, const char *grpname,
int value_type, struct cntl_val_t cval, struct uid_gid_t ids, int i);
void test_cgroup_create_cgroup(int retcode, struct cgroup *cgrp,