EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
q_elem_aggr_parent_ Struct Reference

#include <em_queue_types.h>

Data Fields

uint32_t num_aggr
 
uint32_t aggr_queues [EM_QUEUE_MAX_AGGR]
 

Detailed Description

Parent queue aggregator data.

Stored in the parent (scheduled or unscheduled) queue element when the queue was created with child aggregator queues (em_queue_param_t::num_aggr).

Definition at line 176 of file em_queue_types.h.

Field Documentation

◆ aggr_queues

uint32_t q_elem_aggr_parent_::aggr_queues[EM_QUEUE_MAX_AGGR]

Array of aggregator child queue handles (as uint32_t's)

Definition at line 180 of file em_queue_types.h.

◆ num_aggr

uint32_t q_elem_aggr_parent_::num_aggr

Number of aggregator child queues

Definition at line 178 of file em_queue_types.h.


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