|
OpenSDN source code
|
#include <session_stats_collector.h>

Public Attributes | |
| FlowEntryPtr | flow |
| uint8_t | gen_id |
| uint32_t | flow_handle |
| boost::uuids::uuid | uuid |
| uint64_t | total_bytes |
| uint64_t | total_packets |
Definition at line 70 of file session_stats_collector.h.
| FlowEntryPtr SessionFlowStatsInfo::flow |
Definition at line 72 of file session_stats_collector.h.
| uint32_t SessionFlowStatsInfo::flow_handle |
Definition at line 74 of file session_stats_collector.h.
| uint8_t SessionFlowStatsInfo::gen_id |
Definition at line 73 of file session_stats_collector.h.
| uint64_t SessionFlowStatsInfo::total_bytes |
Definition at line 76 of file session_stats_collector.h.
| uint64_t SessionFlowStatsInfo::total_packets |
Definition at line 77 of file session_stats_collector.h.
| boost::uuids::uuid SessionFlowStatsInfo::uuid |
Definition at line 75 of file session_stats_collector.h.