cgfsng: recursive_count_nrtasks()

parent 13c49955
......@@ -2303,10 +2303,11 @@ static int recursive_count_nrtasks(char *dirname)
return count;
}
static int cgfsng_nrtasks(void *hdata) {
struct cgfsng_handler_data *d = hdata;
char *path;
static int cgfsng_nrtasks(void *hdata)
{
int count;
char *path;
struct cgfsng_handler_data *d = hdata;
if (!d || !d->container_cgroup || !hierarchies)
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