summaryrefslogtreecommitdiffstats
path: root/include/netlink
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-07-26 19:33:25 (GMT)
committerThomas Haller <thaller@redhat.com>2014-07-27 09:04:07 (GMT)
commita1593c234a882c001e294b3c4d961c9379ca5e05 (patch)
tree4985b349d0f0e5ef64c9aa40b8b1f3e3c8b8ed3d /include/netlink
parent9f848b3084082b20fdf4295aef238d99a159a50c (diff)
downloadlibnl-a1593c234a882c001e294b3c4d961c9379ca5e05.zip
libnl-a1593c234a882c001e294b3c4d961c9379ca5e05.tar.gz
libnl-a1593c234a882c001e294b3c4d961c9379ca5e05.tar.bz2
neightbl: Declare rtnl_neightbl_set_gc_interval()
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/neightbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netlink/route/neightbl.h b/include/netlink/route/neightbl.h
index 412c3e9..6c6c9a5 100644
--- a/include/netlink/route/neightbl.h
+++ b/include/netlink/route/neightbl.h
@@ -41,6 +41,7 @@ extern void rtnl_neightbl_set_family(struct rtnl_neightbl *, int);
extern void rtnl_neightbl_set_gc_tresh1(struct rtnl_neightbl *, int);
extern void rtnl_neightbl_set_gc_tresh2(struct rtnl_neightbl *, int);
extern void rtnl_neightbl_set_gc_tresh3(struct rtnl_neightbl *, int);
+extern void rtnl_neightbl_set_gc_interval(struct rtnl_neightbl *, uint64_t);
extern void rtnl_neightbl_set_name(struct rtnl_neightbl *, const char *);
extern void rtnl_neightbl_set_dev(struct rtnl_neightbl *, int);
extern void rtnl_neightbl_set_queue_len(struct rtnl_neightbl *, int);