Callback for a stats dump request. More...
#include "openflow-interface.h"
 Collaboration diagram for ns3::ofi::StatsDumpCallback:
 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... | |
| 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 319 of file openflow-interface.h.
| bool ns3::ofi::StatsDumpCallback::done | 
Whether we are done requesting stats.
Definition at line 321 of file openflow-interface.h.
| ofp_stats_request* ns3::ofi::StatsDumpCallback::rq | 
Current stats request.
Definition at line 322 of file openflow-interface.h.
| Stats* ns3::ofi::StatsDumpCallback::s | 
Handler of the stats request.
Definition at line 323 of file openflow-interface.h.
| void* ns3::ofi::StatsDumpCallback::state | 
Stats request state data.
Definition at line 324 of file openflow-interface.h.
| Ptr<OpenFlowSwitchNetDevice> ns3::ofi::StatsDumpCallback::swtch | 
The switch that we're requesting data from.
Definition at line 325 of file openflow-interface.h.