Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Myra::FlowExpectation::Record Struct Referencefinal

Each flow tuple must map to a Record. More...

#include "FlowExpectation.hpp"

Collaboration diagram for Myra::FlowExpectation::Record:

Public Member Functions

 Record (void)
 Constructor. More...
 
bool empty (void) const
 Determine if the flow expectation record can be considered as empty. More...
 
void clear (void)
 Reset a record. More...
 

Public Attributes

Traffic::Types traffic_types
 Traffic type(s) to apply to new flows. More...
 
FlowHash related_hash
 Hash of the parent flow. More...
 
TP expiry_time
 When a flow expectation record is considered expired. More...
 

Detailed Description

Each flow tuple must map to a Record.

These records have everything needed when dealing with a new related/expected flow.

Constructor & Destructor Documentation

Myra::FlowExpectation::Record::Record ( void  )
inline

Constructor.

Here is the call graph for this function:

Member Function Documentation

void Myra::FlowExpectation::Record::clear ( void  )
inline

Reset a record.

Here is the caller graph for this function:

bool Myra::FlowExpectation::Record::empty ( void  ) const
inline

Determine if the flow expectation record can be considered as empty.

Here is the caller graph for this function:

Member Data Documentation

TP Myra::FlowExpectation::Record::expiry_time

When a flow expectation record is considered expired.

FlowHash Myra::FlowExpectation::Record::related_hash

Hash of the parent flow.

Traffic::Types Myra::FlowExpectation::Record::traffic_types

Traffic type(s) to apply to new flows.


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