X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-req.h;h=77153ef1bf11a97d3614fb4f31deb86d5c25329d;hb=a708fcbcb234af8ffe69d04786e44472b45f3559;hp=af33108cafcb452f5912765e7b86997fa26c842b;hpb=04241c8168fe8826b4fc7a80500577b50936b57a;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-req.h b/include/afb/afb-req.h index af33108c..77153ef1 100644 --- a/include/afb/afb-req.h +++ b/include/afb/afb-req.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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. */