OpenSDN source code
DiagEntryOp Struct Reference

#include <diag.h>

Collaboration diagram for DiagEntryOp:

Public Types

enum  Op { ADD = 1 , DEL , RETRY , FORCE_DELETE }
 

Public Member Functions

 DiagEntryOp (DiagEntryOp::Op op, DiagEntry *de)
 

Public Attributes

Op op_
 
DiagEntryde_
 

Detailed Description

Definition at line 89 of file diag.h.

Member Enumeration Documentation

◆ Op

Enumerator
ADD 
DEL 
RETRY 
FORCE_DELETE 

Definition at line 90 of file diag.h.

Constructor & Destructor Documentation

◆ DiagEntryOp()

DiagEntryOp::DiagEntryOp ( DiagEntryOp::Op  op,
DiagEntry de 
)
inline

Definition at line 97 of file diag.h.

Member Data Documentation

◆ de_

DiagEntry* DiagEntryOp::de_

Definition at line 101 of file diag.h.

◆ op_

Op DiagEntryOp::op_

Definition at line 100 of file diag.h.


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