SILC_TASK_EVENT_CALLBACK

NAME

    #define SILC_TASK_EVENT_CALLBACK ...

DESCRIPTION

Generic macro to declare event task callback functions. This defines a function with name `func' as a event task callback function.

SOURCE

#define SILC_TASK_EVENT_CALLBACK(func)                                  \
SilcBool func(SilcSchedule schedule, void *app_context,                 \
              SilcTask task, void *context, va_list va)