jobs: Refactor event loop handling
authorJosé Bollo <jose.bollo@iot.bzh>
Sun, 6 Jan 2019 09:34:12 +0000 (10:34 +0100)
committerLoïc Collignon <loic.collignon@iot.bzh>
Wed, 27 Feb 2019 16:54:25 +0000 (17:54 +0100)
commit522323da4b8f2be83c56fe8f36a072577cd5c61a
tree1d6aee90fc6be9b77f5de5c447da486e6cce6ef0
parent5dc411cdd15fa2f568b54d5497defcfc937b1b74
jobs: Refactor event loop handling

This improves the arbitration of the single event
loop across threads.

Before introduction of using 'evenfd' there was
several event loop. At the current time, there
is only one. At the end, there will probably
remain only one.

Bug-AGL: SPEC-2089

Change-Id: Iac9db7cbe15b4c9c76e6e9a8f6e641ed2a9039e0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/jobs.c
src/sig-monitor.c
src/sig-monitor.h