OpenSDN source code
|
#include <stats_manager.h>
Public Member Functions | |
FlowRateComputeInfo () | |
Public Attributes | |
uint64_t | prev_time_ |
uint64_t | prev_flow_created_ |
uint64_t | prev_flow_aged_ |
Definition at line 20 of file stats_manager.h.
|
inline |
Definition at line 25 of file stats_manager.h.
uint64_t FlowRateComputeInfo::prev_flow_aged_ |
Definition at line 23 of file stats_manager.h.
uint64_t FlowRateComputeInfo::prev_flow_created_ |
Definition at line 22 of file stats_manager.h.
uint64_t FlowRateComputeInfo::prev_time_ |
Definition at line 21 of file stats_manager.h.