UM C API  6.12.1
lbm_umq_queue_topic_status_t Struct Reference

Struct containing extended asynchronous operation status information about a single UMQ topic. More...

#include <lbm.h>

Data Fields

lbm_umq_queue_topic_ttopic
 
int status
 
int flags
 

Detailed Description

Struct containing extended asynchronous operation status information about a single UMQ topic.

Field Documentation

int lbm_umq_queue_topic_status_t::flags

Bitmap set of flags reserved for future use. Currently set to 0.

int lbm_umq_queue_topic_status_t::status

Status code for this topic (reserved for future use; will currently always be set to 0).

lbm_umq_queue_topic_t* lbm_umq_queue_topic_status_t::topic

UMQ topic info.


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