diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-04-16 07:18:07 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 22:17:59 +0100 |
commit | 0ca8b79f38c697c0c159518245f3bdb217157944 (patch) | |
tree | a80c7d83626b8bf2afff8a46daebbb8ee274a10c /bgpd/bgp_keepalives.h | |
parent | bgpd: use hash table for bgp_keepalives.c (diff) | |
download | frr-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.h | 3 |
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 */ |