UM C API
6.16.1
|
Structure that holds information used for sending and receiving messages with UMQ indices. More...
#include <lbm.h>
Data Fields | |
int | flags |
Bitmap indicating extra information about the index. Zero or more flag bits ORed together: LBM_UMQ_INDEX_FLAG_* (i.e. LBM_UMQ_INDEX_FLAG_NUMERIC) | |
int | reserved |
UM internal only. DO NOT ACCESS DIRECTLY! | |
char | index [LBM_UMQ_MAX_INDEX_LEN] |
The index. | |
size_t | index_len |
The length of the index in bytes. | |
Structure that holds information used for sending and receiving messages with UMQ indices.
A structure used with UM sources and receivers to associated UMQ Indices with messages.
See lbm_umq_index_info_t_stct for field definitions.