Mark scheduler task unscheduled after silc_schedule_unset_listen_fd.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 10 Apr 2008 15:03:46 +0000 (18:03 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 10 Apr 2008 15:03:46 +0000 (18:03 +0300)
Affects epoll() version of schduler.  If it isn't marked unscheduled
next time fd's events are changed they expect the fd to be in epoll()
which they are not.  Setting unscheduled will add them again to epoll().


No differences found