From efe18167d6ce59b263c179a6e2d01aa875c05cf8 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 5 Apr 2016 13:18:21 +0200 Subject: fix context values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8a904fe7e0e895854729ae852b63c090f6c5bb5f Signed-off-by: José Bollo --- include/afb-req-itf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb-req-itf.h') 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) -- cgit 1.2.3-korg