summaryrefslogtreecommitdiffstats
path: root/include/afb/afb-req.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-02-22 14:54:47 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2018-02-22 14:54:47 +0100
commitd69f7604c515e211f8021306b5aa51044f927add (patch)
tree8cd7862eb6568b48f29efdc164e1f086a4ed458d /include/afb/afb-req.h
parentca820c65c2b03a24e8936218171c6c1d138fd1f7 (diff)
xreq: export a function to get req
Change-Id: Ie7eac225f514349926341b7db61ea0eb9029c5d8 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-req.h')
-rw-r--r--include/afb/afb-req.h12
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)