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>
Thu, 30 Nov 2017 06:33:31 +0000 (07:33 +0100)
commit5c37868e54ee04f51987477e2b87632fc49501f3
tree2a89066f0e88d9980cb74eb75213e89a36e7cba9
parent8b71d1123cee70df8e25558a0e1636c5748fb3b3
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