Start working on client listener

This commit is contained in:
2016-08-29 17:21:20 +03:00
parent fa16b4fb8c
commit 97d7ec8b13
11 changed files with 322 additions and 77 deletions

View File

@@ -15,7 +15,8 @@ SOURCES = main.c \
rmps.c \
enum_functions.c \
log.c \
thread_pool.c
agent_pool.c \
client_pool.c
OBJECTS = $(SOURCES:.c=.o)
EXECUTABLE = rmpsd