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 <[email protected]>

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;
-- 
regards,
Dhaval

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Libcg-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to