evmgr: Isolate the event loop from jobs 45/20845/1
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 13 Feb 2019 19:14:52 +0000 (20:14 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Wed, 27 Mar 2019 09:48:40 +0000 (10:48 +0100)
commitd9de3cd38b17ad16fb6ad6f74e83f4700c5f2b49
tree321ac1f2202913c947876f3f8f2c9b082616a79c
parentc330ecf92fef81fdb0471715326b8bc6b4d52bc6
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