From: Dhaval Giani Date: Wed, 22 Apr 2009 10:18:18 +0000 (+0530) Subject: libcgroup: Correct the version to which the statistics API belong X-Git-Tag: v0.34~64^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7136dbf03169a9dbe515175c480276fb1877a7b1;p=thirdparty%2Flibcgroup.git libcgroup: Correct the version to which the statistics API belong These APIs were not available in v0.33. They will be a part of v0.34 however. Make the change in libcgroup.map reflecting this. Signed-off-by: Dhaval Giani --- diff --git a/src/libcgroup.map b/src/libcgroup.map index 2e2348e0..4b95daac 100644 --- a/src/libcgroup.map +++ b/src/libcgroup.map @@ -52,9 +52,6 @@ global: cgroup_walk_tree_begin; cgroup_walk_tree_next; cgroup_walk_tree_end; - cgroup_read_stats_begin; - cgroup_read_stats_next; - cgroup_read_stats_end; } CGROUP_0.32.1; CGROUP_0.34 { @@ -62,4 +59,7 @@ global: cgroup_get_task_begin; cgroup_get_task_end; cgroup_get_task_next; + cgroup_read_stats_begin; + cgroup_read_stats_next; + cgroup_read_stats_end; } CGROUP_0.33;