cgfsng: recursive_count_nrtasks()

parent fad3f655
...@@ -2281,10 +2281,11 @@ static int recursive_count_nrtasks(char *dirname) ...@@ -2281,10 +2281,11 @@ static int recursive_count_nrtasks(char *dirname)
return count; return count;
} }
static int cgfsng_nrtasks(void *hdata) { static int cgfsng_nrtasks(void *hdata)
struct cgfsng_handler_data *d = hdata; {
char *path;
int count; int count;
char *path;
struct cgfsng_handler_data *d = hdata;
if (!d || !d->container_cgroup || !hierarchies) if (!d || !d->container_cgroup || !hierarchies)
return -1; return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment