X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=df868bf65f7d2778f413da4f611bea6b37fc0c86;hb=e0fa1cdd56ffb97fedc3ba8df482a14323d876c7;hp=4978f0a577cd882fa54b3c51f156d9e92636de41;hpb=c12c74c208a30c5b18716b8faa464f0b4f643255;p=src%2Fapp-framework-binder.git diff --git a/src/afb-xreq.h b/src/afb-xreq.h index 4978f0a5..df868bf6 100644 --- a/src/afb-xreq.h +++ b/src/afb-xreq.h @@ -17,6 +17,7 @@ #pragma once +#include #include "afb-context.h" struct json_object; @@ -55,7 +56,7 @@ struct afb_xreq_query_itf { */ struct afb_xreq { - const struct afb_req_itf *itf; /**< interface functions */ + struct afb_request request; /**< exported request */ struct afb_context context; /**< context of the request */ struct afb_apiset *apiset; /**< apiset of the xreq */ const char *api; /**< the requested API */