summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_io.h')
-rw-r--r--bgpd/bgp_io.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/bgpd/bgp_io.h b/bgpd/bgp_io.h
index 73587366d..14a12d370 100644
--- a/bgpd/bgp_io.h
+++ b/bgpd/bgp_io.h
@@ -29,24 +29,6 @@
#include "frr_pthread.h"
/**
- * 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);
-
-/**
- * Ensure that the BGP IO thread is actually up and running
- *
- * This function must be called immediately after the thread
- * has been created for running. This is because we want
- * to make sure that the io thread is ready before other
- * threads start attempting to use it.
- */
-extern void bgp_io_running(void);
-
-/**
* Start function for write thread.
*
* @param arg - unused