vici: Add a fully asynchronous IPC socket segmenting messages on/from stream

This commit is contained in:
Martin Willi
2014-05-07 14:13:34 +02:00
parent 1e39454214
commit 8457da7528
8 changed files with 1538 additions and 0 deletions
+6
View File
@@ -14,6 +14,8 @@ plugin_LTLIBRARIES = libstrongswan-vici.la
endif
libstrongswan_vici_la_SOURCES = \
vici_socket.h vici_socket.c \
vici_message.h vici_message.c \
vici_plugin.h vici_plugin.c
libstrongswan_vici_la_LDFLAGS = -module -avoid-version
@@ -23,6 +25,10 @@ TESTS = vici_tests
check_PROGRAMS = $(TESTS)
vici_tests_SOURCES = \
suites/test_socket.c \
suites/test_message.c \
vici_socket.c \
vici_message.c \
vici_tests.h vici_tests.c
vici_tests_CFLAGS = \