diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-04-16 05:18:07 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 16:17:59 -0500 |
| commit | 0ca8b79f38c697c0c159518245f3bdb217157944 (patch) | |
| tree | a80c7d83626b8bf2afff8a46daebbb8ee274a10c /bgpd/bgp_keepalives.h | |
| parent | bd8b71e405f24a2e94c0d8290b1f4692c9870b22 (diff) | |
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 2bd3964dbe..d74b69e908 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 */ |
