native-client-api: initial implementation.
authorKrisztian Litkey <kli@iki.fi>
Fri, 20 Dec 2013 14:59:04 +0000 (16:59 +0200)
committerKrisztian Litkey <kli@iki.fi>
Fri, 10 Jan 2014 15:08:06 +0000 (17:08 +0200)
commit863b21a92657ed9674502253e83ce645a65b9c7d
treeea2855900af38c9b169bb7e53fa3208bcece5b57
parentdcc5c5b3842bb67c713104e50168c88cad09a626
native-client-api: initial implementation.

Initial implementation of a 'native' client API, one
that uses plain sockets intead of D-Bus for IPC.
configure.ac
src/Makefile.am
src/plugins/native-client-interface/Makefile [new file with mode: 0644]
src/plugins/native-client-interface/native-client.c [new file with mode: 0644]
src/plugins/native-client-interface/native-client.h [new file with mode: 0644]
src/plugins/native-client-interface/native-config.h [new file with mode: 0644]
src/plugins/native-client-interface/native-messages.c [new file with mode: 0644]
src/plugins/native-client-interface/native-messages.h [new file with mode: 0644]
src/plugins/native-client-interface/native-server.c [new file with mode: 0644]
src/plugins/native-client-interface/test-client.c [new file with mode: 0644]