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>
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 {
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;