SILC_TASK_CALLBACK
NAME
#define SILC_TASK_CALLBACK ...
DESCRIPTION
Generic macro to define task callback functions. This defines a
static function with name `func' as a task callback function.
SOURCE
#define SILC_TASK_CALLBACK(func) \
static void func(SilcSchedule schedule, SilcTaskEvent type, \
uint32 fd, void *context)