silc_schedule_get_context

SYNOPSIS

    void *silc_schedule_get_context(SilcSchedule schedule);

DESCRIPTION

Returns the application specific context that was saved into the scheduler in silc_schedule_init function. The context is also returned to application in the SilcTaskCallback, but this function may be used to get it as well if needed.