diff options
Diffstat (limited to 'bgpd/bgp_engine.c')
-rw-r--r-- | bgpd/bgp_engine.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bgpd/bgp_engine.c b/bgpd/bgp_engine.c index 3e297849..c47094f6 100644 --- a/bgpd/bgp_engine.c +++ b/bgpd/bgp_engine.c @@ -76,6 +76,10 @@ static struct qpn_nexus bgp_engine ; static void* bgp_engine_loop(void* arg) ; +/* TODO: BGP Engine side of bgp_engine_start() must call bgp_open_listeners() + * for which it needs the port and address from command line. + */ + extern void bgp_engine_start(void) { @@ -95,6 +99,19 @@ bgp_engine_start(void) } ; /*============================================================================== + * Stop the BGP Engine Thread. + * + */ + +/* TODO: BGP Engine side of bgp_engine_stop() must call bgp_close_listeners() + */ + +extern void +bgp_engine_stop(void) +{ +} ; + +/*============================================================================== * The BGP Engine Thread main loop * * Processes: |