Switch to libsystemd events
authorJosé Bollo <jose.bollo@iot.bzh>
Tue, 3 May 2016 08:03:58 +0000 (10:03 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 4 May 2016 09:55:38 +0000 (11:55 +0200)
commit5dd6480727cc1ecb12483fc4d971d73176505748
tree495925fdba144f609daaad6da07281fd9bd94b69
parentf262b0f726ac0577f40525038b779185f144873f
Switch to libsystemd events

This patch removes part of code that are
not specific in favour of a more shared
library.

Change-Id: I3506e7514181cfbed753559bb65460f95b2141c9
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
13 files changed:
CMakeLists.txt
include/afb-plugin.h
include/afb-pollmgr-itf.h [deleted file]
plugins/CMakeLists.txt
src/CMakeLists.txt
src/afb-api-so.c
src/afb-common.c [new file with mode: 0644]
src/afb-common.h [moved from src/utils-upoll.h with 52% similarity]
src/afb-hsrv.c
src/afb-websock.c
src/afb-ws.c
src/main.c
src/utils-upoll.c [deleted file]