summaryrefslogtreecommitdiffstats
path: root/include/netlink/route/tc.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2013-01-23 12:17:43 (GMT)
committerThomas Graf <tgraf@suug.ch>2013-01-23 12:37:29 (GMT)
commit1419851eb46aa5823c27792c3d4bb6a2b55ca9f4 (patch)
treea37979a271ad7883cfb891fa8f79c6bcd9bfccdf /include/netlink/route/tc.h
parent26e22d887e2842eaf993dd3b743ce620e0c7eb46 (diff)
downloadlibnl-1419851eb46aa5823c27792c3d4bb6a2b55ca9f4.zip
libnl-1419851eb46aa5823c27792c3d4bb6a2b55ca9f4.tar.gz
libnl-1419851eb46aa5823c27792c3d4bb6a2b55ca9f4.tar.bz2
fix includes after removing some headers
commit f20bbe1f07fcff1509425884f5ed72ca8d5fb6ab Author: Thomas Graf <tgraf@suug.ch> Date: Tue Jan 22 19:10:38 2013 +0100 No longer install module API headers This commit causes a regression so no app using libnl can be compiled against it. This patch fixes it by removing includes of no-longe existing headers. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'include/netlink/route/tc.h')
-rw-r--r--include/netlink/route/tc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/netlink/route/tc.h b/include/netlink/route/tc.h
index 50ca6de..caee60c 100644
--- a/include/netlink/route/tc.h
+++ b/include/netlink/route/tc.h
@@ -23,6 +23,13 @@
extern "C" {
#endif
+enum rtnl_tc_type {
+ RTNL_TC_TYPE_QDISC,
+ RTNL_TC_TYPE_CLASS,
+ RTNL_TC_TYPE_CLS,
+ __RTNL_TC_TYPE_MAX,
+};
+
/**
* Compute tc handle based on major and minor parts
* @ingroup tc