Started working on abstracting the connection data away from the user struct.

This commit is contained in:
Jan Vidar Krey
2009-08-02 21:37:55 +02:00
parent 053fb30192
commit 653cfb285e
4 changed files with 95 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ libuhub_SOURCES := \
src/adc/message.c \
src/util/misc.c \
src/core/netevent.c \
src/network/connection.c \
src/network/network.c \
src/util/rbtree.c \
src/core/route.c \
@@ -181,6 +182,7 @@ uhub_HEADERS := \
src/adc/message.h \
src/util/misc.h \
src/core/netevent.h \
src/network/connection.h \
src/network/network.h \
src/util/rbtree.h \
src/core/route.h \