vici: Provide a command dispatcher handling request and event registration

This commit is contained in:
Martin Willi
2014-05-07 14:13:34 +02:00
parent 8457da7528
commit 8383d626b9
9 changed files with 1115 additions and 138 deletions
+3
View File
@@ -16,6 +16,8 @@ endif
libstrongswan_vici_la_SOURCES = \
vici_socket.h vici_socket.c \
vici_message.h vici_message.c \
vici_builder.h vici_builder.c \
vici_dispatcher.h vici_dispatcher.c \
vici_plugin.h vici_plugin.c
libstrongswan_vici_la_LDFLAGS = -module -avoid-version
@@ -29,6 +31,7 @@ vici_tests_SOURCES = \
suites/test_message.c \
vici_socket.c \
vici_message.c \
vici_builder.c \
vici_tests.h vici_tests.c
vici_tests_CFLAGS = \