OpenSDN source code
|
Public Member Functions | |
EvBgpNotification (BgpSession *session, const BgpProto::Notification *msg) | |
bool | validate (StateMachine *state_machine) const |
Static Public Member Functions | |
static const char * | Name () |
Public Attributes | |
BgpSession * | session |
boost::shared_ptr< const BgpProto::Notification > | msg |
Definition at line 302 of file state_machine.cc.
|
inline |
|
inlinestatic |
Definition at line 310 of file state_machine.cc.
|
inline |
boost::shared_ptr<const BgpProto::Notification> fsm::EvBgpNotification::msg |
Definition at line 320 of file state_machine.cc.
BgpSession* fsm::EvBgpNotification::session |
Definition at line 319 of file state_machine.cc.