]> git.proxmox.com Git - mirror_frr.git/commitdiff
bgpd: remove unused extern from bgp_io.h
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 13 Jun 2017 01:58:39 +0000 (01:58 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:03 +0000 (16:18 -0500)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_io.h

index cf5fc6fb526dc14e5006e99346325e26a1a6e085..c4bd3c2dd97cf8bad382f37fe8e3b8fcfd9f4eeb 100644 (file)
 #include "bgpd/bgpd.h"
 #include "frr_pthread.h"
 
-/**
- * Control variable for write thread.
- *
- * Setting this variable to false will eventually result in thread termination.
- */
-extern bool bgp_packet_writes_thread_run;
-
 /**
  * Initializes data structures and flags for the write thread.
  *