diff options
Diffstat (limited to 'include/netlink')
-rw-r--r-- | include/netlink/route/class.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netlink/route/class.h b/include/netlink/route/class.h index e73b60a..3833339 100644 --- a/include/netlink/route/class.h +++ b/include/netlink/route/class.h @@ -31,6 +31,9 @@ extern int rtnl_class_alloc_cache(struct nl_sock *, int, extern struct rtnl_class * rtnl_class_get(struct nl_cache *, int, uint32_t); +extern struct rtnl_class * + rtnl_class_get_by_parent(struct nl_cache *, int, uint32_t); + extern struct rtnl_qdisc * rtnl_class_leaf_qdisc(struct rtnl_class *, struct nl_cache *); |