A Discrete-Event Network Simulator
API
ns3::ofi::Stats::PortStatsState Struct Reference

State of the PortStats request/reply. More...

#include "openflow-interface.h"

Public Attributes

uint32_t num_ports
 Number of ports in host byte order. More...
 
uint32_t * ports
 Array of ports in network byte order. More...
 

Detailed Description

State of the PortStats request/reply.

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

Member Data Documentation

◆ num_ports

uint32_t ns3::ofi::Stats::PortStatsState::num_ports

Number of ports in host byte order.

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

◆ ports

uint32_t* ns3::ofi::Stats::PortStatsState::ports

Array of ports in network byte order.

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


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