OpenSDN source code
InstanceManager::InstanceManagerChildEvent Struct Reference

#include <instance_manager.h>

Collaboration diagram for InstanceManager::InstanceManagerChildEvent:

Public Member Functions

 InstanceManagerChildEvent ()
 

Public Attributes

int type
 
InstanceTasktask
 
std::string errors
 
int error_val
 
InstanceTaskQueuetask_queue
 

Detailed Description

Definition at line 46 of file instance_manager.h.

Constructor & Destructor Documentation

◆ InstanceManagerChildEvent()

InstanceManager::InstanceManagerChildEvent::InstanceManagerChildEvent ( )
inline

Definition at line 47 of file instance_manager.h.

Member Data Documentation

◆ error_val

int InstanceManager::InstanceManagerChildEvent::error_val

Definition at line 62 of file instance_manager.h.

◆ errors

std::string InstanceManager::InstanceManagerChildEvent::errors

Definition at line 61 of file instance_manager.h.

◆ task

InstanceTask* InstanceManager::InstanceManagerChildEvent::task

Definition at line 60 of file instance_manager.h.

◆ task_queue

InstanceTaskQueue* InstanceManager::InstanceManagerChildEvent::task_queue

Definition at line 67 of file instance_manager.h.

◆ type

int InstanceManager::InstanceManagerChildEvent::type

Definition at line 55 of file instance_manager.h.


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