UM C API  6.16
lbm_msg_umq_index_assignment_eligibility_start_complete_ex_t_stct Struct Reference

Structure that holds index assignment information for queuing receivers to indicate the start of index assignment. More...

#include <lbm.h>

Data Fields

int flags
 Bitmap of flags ORed together: LBM_MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_START_COMPLETE_EX_FLAG_* (i.e. LBM_MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_START_COMPLETE_EX_FLAG_ULB)
 
lbm_uint_t queue_id
 The Queue ID of the queue starting index assignment eligibility.
 
char queue [LBM_UMQ_MAX_QUEUE_STRLEN]
 The name of the queue.
 

Detailed Description

Structure that holds index assignment information for queuing receivers to indicate the start of index assignment.

This structure is delivered to receiver callback lbm_rcv_cb_proc with lbm_msg_t::type set to LBM_MSG_UMQ_INDEX_ASSIGNMENT_ELIGIBILITY_START_COMPLETE_EX. Cast the lbm_msg_t::data pointer to (lbm_msg_umq_index_assignment_eligibility_start_complete_ex_t *).

See lbm_msg_umq_index_assignment_eligibility_start_complete_ex_t_stct for field definitions.


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