cgfsng: cgfsng_get()

parent 7c625b53
...@@ -2508,10 +2508,9 @@ static bool cgfsng_attach(const char *name, const char *lxcpath, pid_t pid) ...@@ -2508,10 +2508,9 @@ static bool cgfsng_attach(const char *name, const char *lxcpath, pid_t pid)
return true; return true;
} }
/* /* Called externally (i.e. from 'lxc-cgroup') to query cgroup limits. Here we
* Called externally (i.e. from 'lxc-cgroup') to query cgroup limits. * don't have a cgroup_data set up, so we ask the running container through the
* Here we don't have a cgroup_data set up, so we ask the running * commands API for the cgroup path.
* container through the commands API for the cgroup path
*/ */
static int cgfsng_get(const char *filename, char *value, size_t len, static int cgfsng_get(const char *filename, char *value, size_t len,
const char *name, const char *lxcpath) const char *name, const char *lxcpath)
......
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