[PATCH 14/14] htb: Declare rtnl_htb_set_level()
Thomas Graf
tgraf at suug.ch
Sat Jul 26 12:33:33 PDT 2014
Signed-off-by: Thomas Graf <tgraf at suug.ch>
---
include/netlink/route/qdisc/htb.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/netlink/route/qdisc/htb.h b/include/netlink/route/qdisc/htb.h
index c909f84..c5065f4 100644
--- a/include/netlink/route/qdisc/htb.h
+++ b/include/netlink/route/qdisc/htb.h
@@ -40,6 +40,7 @@ extern uint32_t rtnl_htb_get_cbuffer(struct rtnl_class *);
extern int rtnl_htb_set_cbuffer(struct rtnl_class *, uint32_t);
extern uint32_t rtnl_htb_get_quantum(struct rtnl_class *);
extern int rtnl_htb_set_quantum(struct rtnl_class *, uint32_t);
+extern int rtnl_htb_set_level(struct rtnl_class *, int);
extern int rtnl_htb_get_level(struct rtnl_class *);
#ifdef __cplusplus
--
1.9.3
More information about the libnl
mailing list