jobs: rewrite of the event loop handling
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 29 Nov 2017 17:02:23 +0000 (18:02 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 29 Nov 2017 17:20:38 +0000 (18:20 +0100)
commit48ecf6eed5091bdb4788da0112870e79d58baf19
tree90b84b05e03b1187bb8eb904a2393975e4ea406e
parent0891ef4826e347d5554c630b5c0ce73c68f76c9c
jobs: rewrite of the event loop handling

This new version use an eventfd to unlock the
event loop when needed. This reduce the count
of sd_event needed.

Bug-AGL: SPEC-1091

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