A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::ofi::StatsDumpCallback Struct Reference

Callback for a stats dump request. More...

#include <openflow-interface.h>

+ Collaboration diagram for ns3::ofi::StatsDumpCallback:

Public Attributes

bool done
 Whether we are done requesting stats. More...
 
ofp_stats_request * rq
 Current stats request. More...
 
Statss
 Handler of the stats request. More...
 
void * state
 Stats request state data. More...
 
Ptr< OpenFlowSwitchNetDeviceswtch
 The switch that we're requesting data from. More...
 

Detailed Description

Callback for a stats dump request.

Definition at line 320 of file openflow-interface.h.

Member Data Documentation

bool ns3::ofi::StatsDumpCallback::done

Whether we are done requesting stats.

Definition at line 322 of file openflow-interface.h.

ofp_stats_request* ns3::ofi::StatsDumpCallback::rq

Current stats request.

Definition at line 323 of file openflow-interface.h.

Stats* ns3::ofi::StatsDumpCallback::s

Handler of the stats request.

Definition at line 324 of file openflow-interface.h.

void* ns3::ofi::StatsDumpCallback::state

Stats request state data.

Definition at line 325 of file openflow-interface.h.

Ptr<OpenFlowSwitchNetDevice> ns3::ofi::StatsDumpCallback::swtch

The switch that we're requesting data from.

Definition at line 326 of file openflow-interface.h.


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