From f262b0f726ac0577f40525038b779185f144873f Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 27 Apr 2016 21:25:54 +0200 Subject: first add of asynchonous handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id9159d33937dc23342d32892f77998fb8cef0000 Signed-off-by: José Bollo --- src/afb-hreq.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/afb-hreq.h') diff --git a/src/afb-hreq.h b/src/afb-hreq.h index 76d1d430..a8df015e 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -20,11 +20,17 @@ struct AFB_clientCtx; struct json_object; struct hreq_data; +struct afb_hsrv; struct afb_hreq { + struct afb_hsrv *hsrv; const char *cacheTimeout; struct MHD_Connection *connection; int method; + int reqid; + int scanned; + int suspended; + int replied; const char *version; const char *url; size_t lenurl; -- cgit 1.2.3-korg