X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-hreq.h;h=a8df015e098f53121f554b2d4e0ca0187cceb327;hb=82adb27966eace72f810716c19c660efd7c8b15a;hp=76d1d430af22f301a7174138bcef191130b244b2;hpb=d0c6ddd92fe99c8ad0059c7ba96a62c09fc3a63d;p=src%2Fapp-framework-binder.git 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;