diff options
Diffstat (limited to 'include/afb-req-itf.h')
-rw-r--r-- | include/afb-req-itf.h | 2 |
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) |