My last patchset contained error, I don't know how I tested it... It shows up only with --enable-debug.
config.c: In function ‘cgroup_config_parse_controller_options’: config.c:136: error: ‘name_value’ undeclared (first use in this function) Signed-off-by: Jan Safranek <[email protected]> --- src/config.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/config.c b/src/config.c index bce7178..1305634 100644 --- a/src/config.c +++ b/src/config.c @@ -131,7 +131,6 @@ int cgroup_config_parse_controller_options(char *controller, &config_cgroup_table[cgroup_table_index]; void *iter = NULL; - cgroup_dbg("Adding controller %s, value %s\n", controller, name_value); cgc = cgroup_add_controller(config_cgroup, controller); if (!cgc) ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
