[lxc-devel] [PATCH 2/2] cgroup.h: unify the nameing and comments

Qiang Huang qhuang0505 at gmail.com
Wed Jan 15 15:32:30 UTC 2014


From: Qiang Huang <h.huangqiang at huawei.com>

Signed-off-by: Qiang Huang <h.huangqiang at huawei.com>
---
 src/lxc/cgroup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/cgroup.h b/src/lxc/cgroup.h
index 3aab12d..a252123 100644
--- a/src/lxc/cgroup.h
+++ b/src/lxc/cgroup.h
@@ -155,7 +155,7 @@ extern int lxc_cgroup_get(const char *filename, char *value, size_t len, const c
  * Returns path on success, NULL on error. The caller must free()
  * the returned path.
  */
-extern char *lxc_cgroup_path_get(const char *subsystem, const char *name,
+extern char *lxc_cgroup_path_get(const char *filename, const char *name,
                                  const char *lxcpath);

 struct lxc_list;
-- 
1.8.3.2


More information about the lxc-devel mailing list