From 7136dbf03169a9dbe515175c480276fb1877a7b1 Mon Sep 17 00:00:00 2001 From: Dhaval Giani Date: Wed, 22 Apr 2009 15:48:18 +0530 Subject: 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 --- src/libcgroup.map | 6 +++--- 1 file 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; -- cgit