diff options
author | José Bollo <jose.bollo@iot.bzh> | 2016-04-27 21:25:54 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2016-04-27 21:30:01 +0200 |
commit | f262b0f726ac0577f40525038b779185f144873f (patch) | |
tree | c6c2e3664cb6082fcb74e7ef26e430ce2371f4fa /include/afb-req-itf.h | |
parent | 34acb0f8d191593c9761e027424f13ae42831133 (diff) |
first add of asynchonous handling
Change-Id: Id9159d33937dc23342d32892f77998fb8cef0000
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb-req-itf.h')
-rw-r--r-- | include/afb-req-itf.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |