UM C API  6.12.1
lbm_msg_umq_registration_complete_ex_t_stct Struct Reference

Structure that holds information for receivers after registration is complete to all involved queue instances. More...

#include <lbm.h>

Data Fields

int flags
 
lbm_uint_t queue_id
 
lbm_uint_t assignment_id
 
char queue [LBM_UMQ_MAX_QUEUE_STRLEN]
 

Detailed Description

Structure that holds information for receivers after registration is complete to all involved queue instances.

A structure used with UMQ receivers to indicate successful receiver registration to quorum or to all queue instances involved.

See lbm_msg_umq_registration_complete_ex_t_stct for field definitions.

Field Documentation

lbm_uint_t lbm_msg_umq_registration_complete_ex_t_stct::assignment_id

The generated Assignment ID for the receiver with the queue

int lbm_msg_umq_registration_complete_ex_t_stct::flags

Bitmap indicating extra information about the registration. Zero or more flag bits ORed together: LBM_MSG_UMQ_REGISTRATION_COMPLETE_EX_FLAG_* (i.e. LBM_MSG_UMQ_REGISTRATION_COMPLETE_EX_FLAG_QUORUM, LBM_MSG_UMQ_REGISTRATION_COMPLETE_EX_FLAG_ULB)

char lbm_msg_umq_registration_complete_ex_t_stct::queue[LBM_UMQ_MAX_QUEUE_STRLEN]

The name of the queue registered with

lbm_uint_t lbm_msg_umq_registration_complete_ex_t_stct::queue_id

The Queue ID of the queue


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