API Reference Manual  1.50.0
spec/queue_stats_types.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2026 Nokia
3  */
4 
11 #ifndef ODP_API_SPEC_QUEUE_STATS_TYPES_H_
12 #define ODP_API_SPEC_QUEUE_STATS_TYPES_H_
13 #include <odp/visibility_begin.h>
14 
15 #include <stdint.h>
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
30 typedef union odp_queue_stats_opt_t {
32  struct {
34  uint64_t len : 1;
35 
36  } bit;
37 
42  uint64_t all;
43 
45 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #include <odp/visibility_end.h>
55 #endif
union odp_queue_stats_opt_t odp_queue_stats_opt_t
Queue statistics counters options.
Queue statistics counters options.
uint64_t all
All bits of the bit field structure.
uint64_t len
Queue length.
struct odp_queue_stats_opt_t::@153 bit
Option flags.