struct tapi_trex_per_port_stat
Overview
TRex per-port statistics. More…
#include <tapi_trex.h> struct tapi_trex_per_port_stat { // fields tapi_trex_port_stat** ports; unsigned int n_ports; };
Detailed Documentation
TRex per-port statistics.
Fields
tapi_trex_port_stat** ports
Per port statistics (NULL
terminated list).
unsigned int n_ports
Number of ports in each item.