diff options
Diffstat (limited to 'include/afb/afb-req.h')
-rw-r--r-- | include/afb/afb-req.h | 12 |
1 files changed, 1 insertions, 11 deletions
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,20 +17,10 @@ #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. */ static inline struct afb_request *afb_req_to_request(struct afb_req req) |