API Reference Manual  1.45.1
odp_threshold_types_t Union Reference

Supported threshold types. More...

#include <threshold.h>

Data Fields

struct {
   uint8_t   percent:1
 Percentage of the total size of pool or queue.
 
   uint8_t   packet:1
 Total number of all transient packets.
 
   uint8_t   bytes:1
 Total size of all transient packets in bytes.
 
}; 
 bitfields for different threshold types
 
uint8_t all_bits
 All bits of the bit field structure.
 

Detailed Description

Supported threshold types.

Supported threshold types in a bit field structure.

Definition at line 26 of file spec/threshold.h.


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