From: Qiang Huang Date: Wed, 15 Jan 2014 15:32:30 +0000 (+0800) Subject: cgroup.h: unify the nameing and comments X-Git-Tag: lxc-1.0.0.beta2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8fe3808d06f55827f0e81a0dee824845d13ae80;p=thirdparty%2Flxc.git cgroup.h: unify the nameing and comments Signed-off-by: Qiang Huang Acked-by: Stéphane Graber --- diff --git a/src/lxc/cgroup.h b/src/lxc/cgroup.h index 3aab12d43..a2521233f 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;