]> granicus.if.org Git - libnl/commitdiff
htb: Declare rtnl_htb_set_level()
authorThomas Graf <tgraf@suug.ch>
Sat, 26 Jul 2014 19:33:33 +0000 (21:33 +0200)
committerThomas Haller <thaller@redhat.com>
Sun, 27 Jul 2014 09:04:07 +0000 (11:04 +0200)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
include/netlink/route/qdisc/htb.h

index c909f843d2563add540d0429878e8faac47230ab..c5065f40a70efb4817e0fba2eb20ae87851e3d48 100644 (file)
@@ -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