summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhaval Giani <dhaval@linux.vnet.ibm.com>2009-04-22 15:48:18 +0530
committerDhaval Giani <dhaval@linux.vnet.ibm.com>2009-04-22 15:48:18 +0530
commit7136dbf03169a9dbe515175c480276fb1877a7b1 (patch)
tree5022c01627c626b5cb3be84c803cbf11e0a38a11
parente672700698bf8078ed8cc277855760d6d030dae5 (diff)
downloadlibcg-7136dbf03169a9dbe515175c480276fb1877a7b1.tar.gz
libcg-7136dbf03169a9dbe515175c480276fb1877a7b1.tar.xz
libcg-7136dbf03169a9dbe515175c480276fb1877a7b1.zip
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 <dhaval@linux.vnet.ibm.com>
-rw-r--r--src/libcgroup.map6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcgroup.map b/src/libcgroup.map
index 2e2348e..4b95daa 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;