htb: Declare rtnl_htb_set_level()
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
01784b72da
commit
69dd5ecea9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue