silc_schedule_get_stack

SYNOPSIS

    SilcStack silc_schedule_get_stack(SilcSchedule schedule);

DESCRIPTION

Returns the stack of the `schedule'. If it is used to make memory allocations outside the scheduler, it is recommended that a new child stack is created by using the returned stack as a parent and using the child stack to make the memory allocations.