X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-hreq.h;h=a8df015e098f53121f554b2d4e0ca0187cceb327;hb=82adb27966eace72f810716c19c660efd7c8b15a;hp=f717cc8dee8f54fd3ce06f664243c52fce7f845e;hpb=abbe8f79355cc7aa2ef906c626c1a43ea4762d88;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index f717cc8d..a8df015e 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -19,11 +19,18 @@ 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;