Started working on new pipelines for sending and receiving data.

This will be useful for the next step; SSL.

(NOTE: This code is very chatty about debug messages)
This commit is contained in:
Jan Vidar Krey
2009-05-19 22:57:50 +02:00
parent 9a3a5bc2de
commit 9309c925d3
8 changed files with 218 additions and 94 deletions

View File

@@ -133,8 +133,9 @@ libuhub_SOURCES := \
src/commands.c \
src/config.c \
src/eventqueue.c \
src/hubevent.c \
src/hub.c \
src/hubevent.c \
src/hubio.c \
src/inf.c \
src/ipcalc.c \
src/list.c \
@@ -161,8 +162,9 @@ uhub_HEADERS := \
src/config.h \
src/eventid.h \
src/eventqueue.h \
src/hubevent.h \
src/hub.h \
src/hubevent.h \
src/hubio.h \
src/inf.h \
src/ipcalc.h \
src/list.h \