#include <lbm.h>
Collaboration diagram for lbm_async_operation_info_t:

| Data Fields | |
| int | type | 
| int | status | 
| int | flags | 
| lbm_async_operation_handle_t | handle | 
| union { | |
| lbm_ctx_umq_queue_topic_list_info_t * ctx_umq_queue_topic_list | |
| lbm_rcv_umq_queue_msg_list_info_t * rcv_umq_queue_msg_list | |
| lbm_rcv_umq_queue_msg_retrieve_info_t * rcv_umq_queue_msg_retrieve | |
| } | info | 
The type of asynchronous operation.
The current status of the operation.
Flags with extra information about the async operation.
An opaque handle to the asynchronous operation.
| union { ... } lbm_async_operation_info_t::info | 
Operation-specific results.
 1.5.2
 1.5.2