X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-req-x1-itf.h;fp=include%2Fafb%2Fafb-req-itf.h;h=dce936d165fb58e3d7509c6a2f7cbf99cdca2296;hb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;hp=2dd42d2e9e1d4b5ba1e66eeea119c76969213ae2;hpb=63682b4da9d3e892d1d0a671de860adc43068142;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-req-itf.h b/include/afb/afb-req-x1-itf.h similarity index 70% rename from include/afb/afb-req-itf.h rename to include/afb/afb-req-x1-itf.h index 2dd42d2e..dce936d1 100644 --- a/include/afb/afb-req-itf.h +++ b/include/afb/afb-req-x1-itf.h @@ -17,14 +17,16 @@ #pragma once -#include "afb-request-itf.h" +#include "afb-req-x2-itf.h" -/* - * Describes the request by bindings from afb-daemon +/** + * @deprecated use bindings version 3 + * + * Describes the request to bindings version 1 and 2 */ -struct afb_req +struct afb_req_x1 { - const struct afb_request_itf *itf; /* the interface to use */ - struct afb_request *closure; /* the closure argument for functions of 'itf' */ + const struct afb_req_x2_itf *itf; /**< the interface to use */ + struct afb_req_x2 *closure; /**< the closure argument for functions of 'itf' */ };