struct gg_task
Files: /home/neil/synopsis/ggi/include/ggi/gg.h
Variables Summary:
gg_task_callback_fn*cb
void*hook
intpticks
intncalls
void*exelock
intlasttick
gg_task*next
gg_task*last
gg_task*nextdl
gg_task*lastdl

Variable Details:
void* hook

/* Function to call to run task */

int pticks

/* Task data can be hung here */

int ncalls

/* Run once every pticks ticks. */

void* exelock

/* Run ncalls times (0 = infinite) */

int lasttick

/* Prevents reentry */