UM C API  6.16
lbm_src_event_umq_ulb_receiver_info_ex_t_stct Struct Reference

Structure that holds UMQ ULB receiver information in an extended form. More...

#include <lbm.h>

Data Fields

int flags
 Bitmap set of flags reserved for future use. Currently set to 0.
 
lbm_umq_regid_t registration_id
 The registration ID of the receiver.
 
lbm_uint_t assignment_id
 The Assignment ID of the receiver.
 
lbm_uint_t application_set_index
 The Application Set Index the receiver is in.
 
char receiver [LBM_UMQ_ULB_MAX_RECEIVER_STRLEN]
 The receivers immediate message target string.
 

Detailed Description

Structure that holds UMQ ULB receiver information in an extended form.

This structure signals to the source various receiver-oriented events. Delivered as source events LBM_SRC_EVENT_UMQ_ULB_RECEIVER_REGISTRATION_EX, LBM_SRC_EVENT_UMQ_ULB_RECEIVER_DEREGISTRATION_EX, LBM_SRC_EVENT_UMQ_ULB_RECEIVER_READY_EX, and LBM_SRC_EVENT_UMQ_ULB_RECEIVER_TIMEOUT_EX via the callback lbm_src_cb_proc.

See lbm_src_event_umq_ulb_receiver_info_ex_t_stct for field definitions.


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