diff options
Diffstat (limited to 'bgpd/bgp_packet.h')
-rw-r--r-- | bgpd/bgp_packet.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_packet.h b/bgpd/bgp_packet.h index 62c3fe671..008f2b814 100644 --- a/bgpd/bgp_packet.h +++ b/bgpd/bgp_packet.h @@ -61,9 +61,6 @@ extern void bgp_check_update_delay(struct bgp *); extern int bgp_packet_set_marker(struct stream *s, u_char type); extern int bgp_packet_set_size(struct stream *s); -/* Control variable for write thread. */ -extern bool bgp_packet_writes_thread_run; - extern int bgp_generate_updgrp_packets(struct thread *); extern int bgp_process_packet(struct thread *); |