]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_io.h
Merge pull request #3409 from opensourcerouting/feature/cleanup-topotest-docker-docs
[mirror_frr.git] / bgpd / bgp_io.h
index cf5fc6fb526dc14e5006e99346325e26a1a6e085..14a12d3705b977dc2395e35cea293ac3f5db91fa 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.
- *
- * This function should be called from the main thread before
- * bgp_writes_start() is invoked.
- */
-extern void bgp_io_init(void);
-
 /**
  * Start function for write thread.
  *