X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-req.h;fp=include%2Fafb%2Fafb-req.h;h=1533985fec4b0b97446dece818dc3f6d5921eb06;hb=d69f7604c515e211f8021306b5aa51044f927add;hp=af33108cafcb452f5912765e7b86997fa26c842b;hpb=ca820c65c2b03a24e8936218171c6c1d138fd1f7;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-req.h b/include/afb/afb-req.h index af33108c..1533985f 100644 --- a/include/afb/afb-req.h +++ b/include/afb/afb-req.h @@ -17,19 +17,9 @@ #pragma once -#include "afb-request-itf.h" - +#include "afb-req-itf.h" #include "afb-event.h" -/* - * Describes the request by bindings from afb-daemon - */ -struct afb_req -{ - const struct afb_request_itf *itf; /* the interface to use */ - struct afb_request *closure; /* the closure argument for functions of 'itf' */ -}; - /* * Converts the 'req' to an afb_request. */