Provide conversions for afb_event and afb_req
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 22 Sep 2017 07:37:54 +0000 (09:37 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 9 Oct 2017 12:08:32 +0000 (14:08 +0200)
commitbe63003e3f1841b43614f0e11b0a291e11f1dad1
tree58bfc359398ccdb3a5976f3204ee17f535f15569
parent59d4e6a0654d361de19fbbfa65daf6c1dabd55a0
Provide conversions for afb_event and afb_req

Provision is made here to convert, trivially:

 afb_event   ->   afb_eventid*
 afb_req     ->   afb_request*

The opposite conversions aren't provided to
favor new interfaces.

Change-Id: Ib67c2317f782e2edfd1ba0e49e10b321a3b770a3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/afb/afb-event.h
include/afb/afb-req.h
src/afb-trace.c
src/afb-xreq.c