#include <timer.h>
Data Fields | |
unsigned int | impmagic |
unsigned int | magic |
isc_timermgrmethods_t * | methods |
Direct use of this structure by clients is forbidden. timer implementations may change the structure. 'magic' must be ISCAPI_TIMERMGR_MAGIC for any of the isc_timer_ routines to work. timer implementations must maintain all timer invariants.
Definition at line 139 of file timer.h.
unsigned int isc_timermgr::impmagic |
Definition at line 140 of file timer.h.
Referenced by isc__timermgr_create(), and isc__timermgr_destroy().
unsigned int isc_timermgr::magic |
Definition at line 141 of file timer.h.
Referenced by isc__timermgr_create(), and isc__timermgr_destroy().
Definition at line 142 of file timer.h.
Referenced by isc__timermgr_create(), and isc_timer_create().