diff options
Diffstat (limited to 'bgpd/bgp_fsm.h')
-rw-r--r-- | bgpd/bgp_fsm.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bgpd/bgp_fsm.h b/bgpd/bgp_fsm.h index 1d530ee9..a606dd05 100644 --- a/bgpd/bgp_fsm.h +++ b/bgpd/bgp_fsm.h @@ -35,10 +35,15 @@ extern void bgp_fsm_event(bgp_connection connection, bgp_fsm_event_t event) ; extern void +bgp_fsm_io_fatal_error(bgp_connection connection, int err) ; + +extern void bgp_fsm_io_error(bgp_connection connection, int err) ; extern void -bgp_fsm_fd_closed(bgp_connection connection) ; +bgp_fsm_connect_completed(bgp_connection connection, int err, + union sockunion* su_local, + union sockunion* su_remote) ; extern void bgp_fsm_stop_session(bgp_connection connection, bgp_stopped_cause_t cause, |