diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-09-08 17:51:12 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-11-30 22:18:05 +0100 |
commit | becedef6c3d836f7981369db90d3f31b1f235f5d (patch) | |
tree | fe28ef351082b7f75b74e74bb7348eaf657a6ff1 /bgpd/bgp_packet.h | |
parent | bgpd: fix some formatting in bgp_io.c (diff) | |
download | frr-becedef6c3d836f7981369db90d3f31b1f235f5d.tar.xz frr-becedef6c3d836f7981369db90d3f31b1f235f5d.zip |
bgpd, tests: comment formatting
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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 *); |