silc_schedule_unset_listen_fd

SYNOPSIS

    void silc_schedule_unset_listen_fd(SilcSchedule schedule, SilcUInt32 fd);

DESCRIPTION

Tells the scheduler not to listen anymore for the specified file descriptor `fd'. No events will be detected for the `fd' after calling this function.

If `schedule' is NULL this will call silc_schedule_get_global to try to get global scheduler.