A Discrete-Event Network Simulator
API
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 319 of file openflow-interface.h.

Member Data Documentation

◆ done

bool ns3::ofi::StatsDumpCallback::done

Whether we are done requesting stats.

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

◆ rq

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

Current stats request.

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

◆ s

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

Handler of the stats request.

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

◆ state

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

Stats request state data.

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

◆ swtch

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

The switch that we're requesting data from.

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


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