X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb-req-itf.h;h=df133f5c18ddd56f00a0d50aa06d658e809a83a2;hb=f262b0f726ac0577f40525038b779185f144873f;hp=d4ade2be7da4429e7bcbb998a7731774daca4a93;hpb=34acb0f8d191593c9761e027424f13ae42831133;p=src%2Fapp-framework-binder.git 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);