evmgr: Isolate the event loop from jobs
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 13 Feb 2019 19:14:52 +0000 (20:14 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Mar 2019 11:21:54 +0000 (12:21 +0100)
commit3383c9cdfdf6b7169cc2bf80a0dc60ea807a9c09
treebb39582d3d10dd03053eef47e2f7eeda2e9e91eb
parentf282b0a0795e27c3b0c40e213f6bef1eb602fdc7
evmgr: Isolate the event loop from jobs

The event loop is renamed evmgr for "event manager"
with the intention (1) still use evloop in jobs (2)
to provide an abstract event manager/handler/loop
abstraction.

Change-Id: Ib1955f661f98df80e1c7be99e9fe26a1e06d78f6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/CMakeLists.txt
src/evmgr.c [new file with mode: 0644]
src/evmgr.h [new file with mode: 0644]
src/jobs.c