UM C API
6.12.1
|
Structure that holds source wakeup event data. More...
#include <lbm.h>
Data Fields | |
int | flags |
Structure that holds source wakeup event data.
A structure used to indicate the type of source that is now unblocked.
See lbm_timespec_t_stct for field definitions.
int lbm_src_event_wakeup_t_stct::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)