OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OVSDB::HaStaleDevVnTable::StaleL2Entry Struct Reference

#include <ha_stale_dev_vn.h>

Collaboration diagram for OVSDB::HaStaleDevVnTable::StaleL2Entry:

Public Member Functions

 StaleL2Entry (uint64_t t, HaStaleL2RouteEntry *e)
 
bool operator< (const StaleL2Entry &rhs) const
 

Public Attributes

uint64_t time_stamp
 
HaStaleL2RouteEntryentry
 

Detailed Description

Definition at line 25 of file ha_stale_dev_vn.h.

Constructor & Destructor Documentation

OVSDB::HaStaleDevVnTable::StaleL2Entry::StaleL2Entry ( uint64_t  t,
HaStaleL2RouteEntry e 
)
inline

Definition at line 26 of file ha_stale_dev_vn.h.

Member Function Documentation

bool OVSDB::HaStaleDevVnTable::StaleL2Entry::operator< ( const StaleL2Entry rhs) const
inline

Definition at line 33 of file ha_stale_dev_vn.h.

Member Data Documentation

HaStaleL2RouteEntry* OVSDB::HaStaleDevVnTable::StaleL2Entry::entry

Definition at line 31 of file ha_stale_dev_vn.h.

uint64_t OVSDB::HaStaleDevVnTable::StaleL2Entry::time_stamp

Definition at line 30 of file ha_stale_dev_vn.h.


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