00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef NETLINK_CLS_CGROUP_H_
00013 #define NETLINK_CLS_CGROUP_H_
00014
00015 #include <netlink/netlink.h>
00016 #include <netlink/cache.h>
00017
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021
00022 extern void rtnl_cgroup_set_ematch(struct rtnl_cls *,
00023 struct rtnl_ematch_tree *);
00024 struct rtnl_ematch_tree * rtnl_cgroup_get_ematch(struct rtnl_cls *);
00025
00026 #ifdef __cplusplus
00027 }
00028 #endif
00029
00030 #endif