From f262b0f726ac0577f40525038b779185f144873f Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 27 Apr 2016 21:25:54 +0200 Subject: first add of asynchonous handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id9159d33937dc23342d32892f77998fb8cef0000 Signed-off-by: José Bollo --- include/afb-req-itf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/afb-req-itf.h') diff --git a/include/afb-req-itf.h b/include/afb-req-itf.h index d4ade2be..df133f5c 100644 --- a/include/afb-req-itf.h +++ b/include/afb-req-itf.h @@ -44,6 +44,7 @@ struct afb_req { void *req_closure; void *ctx_closure; }; + static inline struct afb_arg afb_req_get(struct afb_req req, const char *name) { return req.itf->get(req.req_closure, name); -- cgit 1.2.3-korg