summaryrefslogtreecommitdiffstats
path: root/include/netlink-private
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2014-07-12 00:19:03 (GMT)
committerThomas Haller <thaller@redhat.com>2014-07-16 08:59:25 (GMT)
commitc4d700038b93a961711169c954e5e0877abea1d0 (patch)
treecf9b5f5e80a8fdf8ac43bd93bfc566df1f43050c /include/netlink-private
parent94e134587394c5fa6a6159a7c35bd89a7047f822 (diff)
downloadlibnl-c4d700038b93a961711169c954e5e0877abea1d0.zip
libnl-c4d700038b93a961711169c954e5e0877abea1d0.tar.gz
libnl-c4d700038b93a961711169c954e5e0877abea1d0.tar.bz2
tc: add co_groups for tc qdisc and filter
Otherwise these tc caches would not be able to be updated asynchronously. Cc: Thomas Haller <thaller@redhat.com> Cc: Thomas Graf <tgraf@suug.ch> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/netlink-private')
-rw-r--r--include/netlink-private/tc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink-private/tc.h b/include/netlink-private/tc.h
index 182adaa..d0cb283 100644
--- a/include/netlink-private/tc.h
+++ b/include/netlink-private/tc.h
@@ -48,6 +48,8 @@ static inline void *tca_xstats(struct rtnl_tc *tca)
return tca->tc_xstats->d_data;
}
+extern struct nl_af_group tc_groups[];
+
#ifdef __cplusplus
}
#endif