Callback for a stats dump request. More...
#include "openflow-interface.h"
Public Attributes | |
bool | done |
Whether we are done requesting stats. More... | |
ofp_stats_request * | rq |
Current stats request. More... | |
Stats * | s |
Handler of the stats request. More... | |
void * | state |
Stats request state data. More... | |
Ptr< OpenFlowSwitchNetDevice > | swtch |
The switch that we're requesting data from. More... | |
Callback for a stats dump request.
Definition at line 371 of file openflow-interface.h.
bool ns3::ofi::StatsDumpCallback::done |
Whether we are done requesting stats.
Definition at line 373 of file openflow-interface.h.
Referenced by ns3::OpenFlowSwitchNetDevice::ReceiveStatsRequest(), and ns3::OpenFlowSwitchNetDevice::StatsDump().
ofp_stats_request* ns3::ofi::StatsDumpCallback::rq |
Current stats request.
Definition at line 374 of file openflow-interface.h.
Referenced by ns3::OpenFlowSwitchNetDevice::ReceiveStatsRequest().
Stats* ns3::ofi::StatsDumpCallback::s |
Handler of the stats request.
Definition at line 375 of file openflow-interface.h.
Referenced by ns3::OpenFlowSwitchNetDevice::ReceiveStatsRequest(), ns3::OpenFlowSwitchNetDevice::StatsDone(), and ns3::OpenFlowSwitchNetDevice::StatsDump().
void* ns3::ofi::StatsDumpCallback::state |
Stats request state data.
Definition at line 376 of file openflow-interface.h.
Referenced by ns3::OpenFlowSwitchNetDevice::ReceiveStatsRequest(), ns3::OpenFlowSwitchNetDevice::StatsDone(), and ns3::OpenFlowSwitchNetDevice::StatsDump().
Ptr<OpenFlowSwitchNetDevice> ns3::ofi::StatsDumpCallback::swtch |
The switch that we're requesting data from.
Definition at line 377 of file openflow-interface.h.
Referenced by ns3::OpenFlowSwitchNetDevice::ReceiveStatsRequest(), and ns3::ofi::Controller::StartDump().