summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-03-04 13:15:34 (GMT)
committerThomas Haller <thaller@redhat.com>2015-03-04 13:55:38 (GMT)
commite89aec9bc13c18f7da7b5683d02d7ddfc45edb92 (patch)
tree00457bf58985548cd73a60a2a3cfe61538a5cc1f /include
parent4ff512b054560c66ca0dbbb2d602b4231f050315 (diff)
downloadlibnl-e89aec9bc13c18f7da7b5683d02d7ddfc45edb92.zip
libnl-e89aec9bc13c18f7da7b5683d02d7ddfc45edb92.tar.gz
libnl-e89aec9bc13c18f7da7b5683d02d7ddfc45edb92.tar.bz2
route/tc: add internal rtnl_tc_data_peek() function
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/netlink-private/route/tc-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink-private/route/tc-api.h b/include/netlink-private/route/tc-api.h
index ce62080..fbfa2ab 100644
--- a/include/netlink-private/route/tc-api.h
+++ b/include/netlink-private/route/tc-api.h
@@ -114,6 +114,7 @@ extern int rtnl_tc_compare(struct nl_object *,
struct nl_object *,
uint32_t, int);
+void * rtnl_tc_data_peek(struct rtnl_tc *tc);
extern void * rtnl_tc_data(struct rtnl_tc *);
extern void * rtnl_tc_data_check(struct rtnl_tc *,
struct rtnl_tc_ops *, int *);