#include <task.h>
Data Fields | |
unsigned int | impmagic |
unsigned int | magic |
isc_taskmgrmethods_t * | methods |
Direct use of this structure by clients is forbidden. task implementations may change the structure. 'magic' must be ISCAPI_TASKMGR_MAGIC for any of the isc_task_ routines to work. task implementations must maintain all task invariants.
Definition at line 155 of file task.h.
unsigned int isc_taskmgr::impmagic |
unsigned int isc_taskmgr::magic |
Definition at line 158 of file task.h.
Referenced by isc_task_create(), isc_taskmgr_mode(), and isc_taskmgr_setmode().