UM C API
6.16.1
|
Structure that holds source wakeup event data. More...
#include <lbm.h>
Data Fields | |
int | flags |
Bitmap indicating which context-level sources are now unblocked. Zero or more flag bits ORed together: LBM_SRC_EVENT_WAKEUP_FLAG_* (i.e. LBM_SRC_EVENT_WAKEUP_FLAG_NORMAL, LBM_SRC_EVENT_WAKEUP_FLAG_MIM, LBM_SRC_EVENT_WAKEUP_FLAG_UIM, LBM_SRC_EVENT_WAKEUP_FLAG_REQUEST, LBM_SRC_EVENT_WAKEUP_FLAG_RESPONSE) | |
Structure that holds source wakeup event data.
This structure signals to the source that the application may resume sending. This source had previously returned LBM_EWOULDBLOCK. Delivered as a source event LBM_SRC_EVENT_WAKEUP via callbacks lbm_context_src_cb_proc and lbm_src_cb_proc.
See lbm_src_event_wakeup_t_stct for field definitions.