UM C API
6.16.1
|
Structure that holds information for the extended Process Events calls. More...
#include <lbm.h>
Data Fields | |
int | flags |
Bitmap indicating which extended features to enable. Zero or more flag bits ORed together: LBM_PROC_EVENT_EX_FLAG_* (i.e. LBM_PROC_EVENT_EX_FLAG_USER_TIME, LBM_PROC_EVENT_EX_FLAG_NO_MAIN_LOOP_MUTEX) | |
lbm_timeval_t | time_val |
Current time of day, in form as returned by gettimeofday(). When flags has LBM_PROC_EVENT_EX_FLAG_USER_TIME set, the application must set this field prior to calling lbm_context_process_events_ex(). | |
Structure that holds information for the extended Process Events calls.
A structure used with Sequential Mode that utilize the extended Process Events calls to pass options. See Extended Context Process Events for more information.
See lbm_process_events_info_t_stct for field definitions.