UM C API
6.16.1
|
Structure that holds queue topic information and can be used as a handle to a queue topic. More...
#include <lbm.h>
Data Fields | |
char | topic_name [LBM_UMQ_MAX_TOPIC_STRLEN] |
The topic name string. | |
lbm_umq_queue_application_set_t * | appsets |
Array of application sets within this topic. | |
int | num_appsets |
Length of the application sets array. | |
void * | reserved |
Reserved field; do not touch. | |
Structure that holds queue topic information and can be used as a handle to a queue topic.
See lbm_umq_queue_topic_t_stct for field definitions.