OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fsm::EvBgpNotification Struct Reference
Inheritance diagram for fsm::EvBgpNotification:
Collaboration diagram for fsm::EvBgpNotification:

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

BgpSessionsession
 
boost::shared_ptr< const
BgpProto::Notification
msg
 

Detailed Description

Definition at line 302 of file state_machine.cc.

Constructor & Destructor Documentation

fsm::EvBgpNotification::EvBgpNotification ( BgpSession session,
const BgpProto::Notification msg 
)
inline

Definition at line 303 of file state_machine.cc.

Here is the call graph for this function:

Member Function Documentation

static const char* fsm::EvBgpNotification::Name ( )
inlinestatic

Definition at line 310 of file state_machine.cc.

bool fsm::EvBgpNotification::validate ( StateMachine state_machine) const
inline

Definition at line 313 of file state_machine.cc.

Here is the call graph for this function:

Member Data Documentation

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.


The documentation for this struct was generated from the following file: