Started working kqueue() backend for OSX and BSD.

This commit is contained in:
Jan Vidar Krey
2010-01-26 23:30:32 +01:00
parent f54e8dbbba
commit d7a1a52c1a
3 changed files with 184 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ libuhub_SOURCES := \
src/network/backend.c \
src/network/connection.c \
src/network/epoll.c \
src/network/kqueue.c \
src/network/network.c \
src/network/select.c \
src/network/timeout.c \