Factorize common code for handling requests
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 31 Mar 2017 14:11:07 +0000 (16:11 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 31 Mar 2017 14:14:02 +0000 (16:14 +0200)
The common code for session handling is
shared using struct afb_xreq. At the moment
only hreq leverages the new feature.

The objective is double: make the work of
writing new internal requests more easy and
prepare to check permissions.

Change-Id: If3ca311d68c2d8c427d1125f31a2704b150c2c94
Signed-off-by: José Bollo <jose.bollo@iot.bzh>

No differences found