UM C API  6.12.1
lbm_src_event_ume_registration_ex_t_stct Struct Reference

Structure that holds store registration information for the UMP source in an extended form. More...

#include <lbm.h>

Data Fields

int flags
 
lbm_uint_t registration_id
 
lbm_uint_t sequence_number
 
lbm_ushort_t store_index
 
char store [LBM_UME_MAX_STORE_STRLEN]
 

Detailed Description

Structure that holds store registration information for the UMP source in an extended form.

A structure used with UMP sources to indicate successful registration (extended form).

See lbm_src_event_ume_registration_ex_t_stct for field definitions.

Field Documentation

int lbm_src_event_ume_registration_ex_t_stct::flags

Bitmap indicating extra information about the registration. Zero or more flag bits ORed together: LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_* (i.e. LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_OLD, LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_NOACKS, LBM_SRC_EVENT_UME_REGISTRATION_SUCCESS_EX_FLAG_RPP)

lbm_uint_t lbm_src_event_ume_registration_ex_t_stct::registration_id

The registration ID for the source

lbm_uint_t lbm_src_event_ume_registration_ex_t_stct::sequence_number

The sequence number for the source to use as reported by the store

char lbm_src_event_ume_registration_ex_t_stct::store[LBM_UME_MAX_STORE_STRLEN]

The store that was registered with

lbm_ushort_t lbm_src_event_ume_registration_ex_t_stct::store_index

The store index of the store involved


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