Started working on new timeout handling which can be used when we remove libevent.

This will probably be used by default on UNIX platforms at some point.

The timeout handling accomplishes O(1) inserts, removes and reschedules
but the accuracy is limited to whole seconds.
This commit is contained in:
Jan Vidar Krey
2009-12-09 17:12:33 +01:00
parent 8bcdbdc061
commit 2e2f93d0a4
3 changed files with 178 additions and 0 deletions

View File

@@ -141,6 +141,7 @@ libuhub_SOURCES := \
src/util/log.c \
src/util/memory.c \
src/util/misc.c \
src/util/timeout.c \
src/core/netevent.c \
src/network/connection.c \
src/network/network.c \