summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-05 13:18:21 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-05 13:18:21 +0200
commitefe18167d6ce59b263c179a6e2d01aa875c05cf8 (patch)
treee3e5f9c9f6d0c9d131503a6b54f608f9fbfcf2a1 /include
parent677717c5c86f107b2d196d70796a9be7db3532df (diff)
fix context values
Change-Id: I8a904fe7e0e895854729ae852b63c090f6c5bb5f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/afb-req-itf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb-req-itf.h b/include/afb-req-itf.h
index a9b768db..8d869a6f 100644
--- a/include/afb-req-itf.h
+++ b/include/afb-req-itf.h
@@ -37,7 +37,7 @@ struct afb_req_itf {
struct afb_req {
const struct afb_req_itf *itf;
void *data;
- void *context;
+ void **context;
};
static inline struct afb_arg afb_req_get(struct afb_req req, const char *name)