summaryrefslogtreecommitdiff
path: root/bgpd/bgp_packet.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-04-16 05:18:07 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-11-30 16:17:59 -0500
commit0ca8b79f38c697c0c159518245f3bdb217157944 (patch)
treea80c7d83626b8bf2afff8a46daebbb8ee274a10c /bgpd/bgp_packet.h
parentbd8b71e405f24a2e94c0d8290b1f4692c9870b22 (diff)
bgpd: use new threading infra
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_packet.h')
-rw-r--r--bgpd/bgp_packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_packet.h b/bgpd/bgp_packet.h
index bedfa629fc..2c252012f9 100644
--- a/bgpd/bgp_packet.h
+++ b/bgpd/bgp_packet.h
@@ -72,5 +72,6 @@ extern void *peer_writes_start(void *arg);
extern void peer_writes_on(struct peer *peer);
extern void peer_writes_off(struct peer *peer);
extern void peer_writes_wake(void);
+extern int peer_writes_stop(void **result);
#endif /* _QUAGGA_BGP_PACKET_H */