OpenSDN source code
KSyncFlowIndexManager::IndexEntry Struct Reference

#include <ksync_flow_index_manager.h>

Collaboration diagram for KSyncFlowIndexManager::IndexEntry:

Public Member Functions

 IndexEntry ()
 
virtual ~IndexEntry ()
 
 IndexEntry (const IndexEntry &i)
 

Public Attributes

tbb::mutex mutex_
 
FlowEntryPtr owner_
 

Detailed Description

Definition at line 34 of file ksync_flow_index_manager.h.

Constructor & Destructor Documentation

◆ IndexEntry() [1/2]

KSyncFlowIndexManager::IndexEntry::IndexEntry ( )
inline

Definition at line 35 of file ksync_flow_index_manager.h.

◆ ~IndexEntry()

virtual KSyncFlowIndexManager::IndexEntry::~IndexEntry ( )
inlinevirtual

Definition at line 36 of file ksync_flow_index_manager.h.

◆ IndexEntry() [2/2]

KSyncFlowIndexManager::IndexEntry::IndexEntry ( const IndexEntry i)
inline

Definition at line 40 of file ksync_flow_index_manager.h.

Member Data Documentation

◆ mutex_

tbb::mutex KSyncFlowIndexManager::IndexEntry::mutex_

Definition at line 44 of file ksync_flow_index_manager.h.

◆ owner_

FlowEntryPtr KSyncFlowIndexManager::IndexEntry::owner_

Definition at line 45 of file ksync_flow_index_manager.h.


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