Epoll fixes.

This commit is contained in:
Jan Vidar Krey
2010-01-18 15:55:40 +01:00
parent 1c58a85de1
commit 314707f499
5 changed files with 77 additions and 30 deletions

View File

@@ -139,21 +139,22 @@ libuhub_SOURCES := \
src/core/hubevent.c \
src/core/hubio.c \
src/core/inf.c \
src/core/netevent.c \
src/core/probe.c \
src/core/route.c \
src/core/user.c \
src/core/usermanager.c \
src/util/ipcalc.c \
src/network/epoll.c \
src/network/libevent.c \
src/network/network.c \
src/util/list.c \
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 \
src/util/rbtree.c \
src/core/route.c \
src/util/tiger.c \
src/core/user.c \
src/core/usermanager.c
src/util/timeout.c \
src/util/tiger.c
libadc_common_SOURCES := \
src/adc/message.c \