]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
libcgroup: Correct the version to which the statistics API belong
authorDhaval Giani <dhaval@linux.vnet.ibm.com>
Wed, 22 Apr 2009 10:18:18 +0000 (15:48 +0530)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Wed, 22 Apr 2009 10:18:18 +0000 (15:48 +0530)
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 <dhaval@linux.vnet.ibm.com>
src/libcgroup.map

index 2e2348e0a1aba2189ad2c6bb727312e3cc19012b..4b95daac851115fe61293353345d34d63bf7dbcb 100644 (file)
@@ -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;