Function silc_schedule_signal_register
SYNOPSIS
void silc_schedule_signal_register(SilcSchedule schedule,
SilcUInt32 signal);
DESCRIPTION
Register signal indicated by `signal' to the scheduler. Application
should register all signals it is going to use to the scheduler.
To unregister a signal call silc_schedule_signal_unregister. On
platform that does not support signals calling this function has not
effect.
|