Refactor of threading and signal monitor
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 22 Mar 2017 15:49:53 +0000 (16:49 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 22 Mar 2017 15:49:53 +0000 (16:49 +0100)
commitfeccdb76f572a5fad947475c21b5b9aff696b04b
tree8e70e3eefef68febe02b5447105fdc6d857426b7
parentf5ce0df45f5ce9f0b57b250dfd44513d085f1e54
Refactor of threading and signal monitor

The goal is to allow use of this facilities for
things that are not 'afb_req'.

Change-Id: I0d99c227934ed45136477bf6235bd1541d5f05cf
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/CMakeLists.txt
src/afb-api-so.c
src/afb-sig-handler.c [deleted file]
src/afb-thread.c
src/afb-thread.h
src/jobs.c [new file with mode: 0644]
src/jobs.h [new file with mode: 0644]
src/main.c
src/sig-monitor.c [new file with mode: 0644]
src/sig-monitor.h [moved from src/afb-sig-handler.h with 57% similarity]