summaryrefslogtreecommitdiffstats
path: root/include/netlink
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-07-26 19:33:33 (GMT)
committerThomas Haller <thaller@redhat.com>2014-07-27 09:04:07 (GMT)
commit69dd5ecea91e3e122dbd7f1544a3417ec1ad9bb1 (patch)
tree38e1cbb9c97d8f8d0fa05954f399a78a972baf85 /include/netlink
parent01784b72da0b33548f767db437d38fdce86087bf (diff)
downloadlibnl-69dd5ecea91e3e122dbd7f1544a3417ec1ad9bb1.zip
libnl-69dd5ecea91e3e122dbd7f1544a3417ec1ad9bb1.tar.gz
libnl-69dd5ecea91e3e122dbd7f1544a3417ec1ad9bb1.tar.bz2
htb: Declare rtnl_htb_set_level()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include/netlink')
-rw-r--r--include/netlink/route/qdisc/htb.h1
1 files changed, 1 insertions, 0 deletions
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