diff options
Diffstat (limited to 'bgpd/bgp_fsm.h')
-rw-r--r-- | bgpd/bgp_fsm.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bgpd/bgp_fsm.h b/bgpd/bgp_fsm.h index 57224d33..271ab19b 100644 --- a/bgpd/bgp_fsm.h +++ b/bgpd/bgp_fsm.h @@ -37,10 +37,16 @@ extern int bgp_fsm_pre_update(bgp_connection connection) ; extern void -bgp_fsm_event(bgp_connection connection, bgp_fsm_event_t event) ; +bgp_fsm_open_received(bgp_connection connection) ; extern void -bgp_fsm_raise_exception(bgp_connection connection, bgp_session_event_t except, +bgp_fsm_keepalive_received(bgp_connection connection) ; + +extern void +bgp_fsm_notification_sent(bgp_connection connection) ; + +extern void +bgp_fsm_general_exception(bgp_connection connection, bgp_session_event_t except, bgp_notify notification) ; extern void |