silc_compare_timeval returns < 0, 0, > 0 instead of TRUE/FALSE.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 8 May 2007 20:21:16 +0000 (20:21 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 8 May 2007 20:21:16 +0000 (20:21 +0000)
commita701291da97f797e954bdb6579d3f187f17fb8d2
treed724dbd59f220132eb3705bbaa09e0a3853d5ffd
parent2ea328509d1771faca70c9d8e77d2cb66c053640
silc_compare_timeval returns < 0, 0, > 0 instead of TRUE/FALSE.
Fixed timeout task dispatching to check for equal or bigger
timeout instead just bigger.  This fixes WIN32 0 timeout task
dispatching.
CHANGES
lib/silcutil/silcfsm.h
lib/silcutil/silcschedule.c
lib/silcutil/silctime.c
lib/silcutil/silctime.h
lib/silcutil/unix/silcunixsocketstream.c