summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_keepalives.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-04-16 07:18:07 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-11-30 22:17:59 +0100
commit0ca8b79f38c697c0c159518245f3bdb217157944 (patch)
treea80c7d83626b8bf2afff8a46daebbb8ee274a10c /bgpd/bgp_keepalives.h
parentbgpd: use hash table for bgp_keepalives.c (diff)
downloadfrr-0ca8b79f38c697c0c159518245f3bdb217157944.tar.xz
frr-0ca8b79f38c697c0c159518245f3bdb217157944.zip
bgpd: use new threading infra
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_keepalives.h')
-rw-r--r--bgpd/bgp_keepalives.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_keepalives.h b/bgpd/bgp_keepalives.h
index 2bd3964db..d74b69e90 100644
--- a/bgpd/bgp_keepalives.h
+++ b/bgpd/bgp_keepalives.h
@@ -87,4 +87,7 @@ extern void *peer_keepalives_start(void *arg);
*/
extern void peer_keepalives_wake(void);
+/* stop function */
+int peer_keepalives_stop(void **result);
+
#endif /* _BGP_KEEPALIVES_H */