|
OpenSDN source code
|
#include <controller_init.h>


Public Member Functions | |
| ControllerVmiSubscribeData (bool del, const boost::uuids::uuid &vmi_uuid, const boost::uuids::uuid &vm_uuid) | |
| virtual | ~ControllerVmiSubscribeData () |
Public Member Functions inherited from ControllerWorkQueueData | |
| ControllerWorkQueueData () | |
| virtual | ~ControllerWorkQueueData () |
Public Attributes | |
| bool | del_ |
| boost::uuids::uuid | vmi_uuid_ |
| boost::uuids::uuid | vm_uuid_ |
Definition at line 76 of file controller_init.h.
|
inline |
Definition at line 78 of file controller_init.h.
|
inlinevirtual |
Definition at line 81 of file controller_init.h.
| bool ControllerVmiSubscribeData::del_ |
Definition at line 83 of file controller_init.h.
| boost::uuids::uuid ControllerVmiSubscribeData::vm_uuid_ |
Definition at line 85 of file controller_init.h.
| boost::uuids::uuid ControllerVmiSubscribeData::vmi_uuid_ |
Definition at line 84 of file controller_init.h.