X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=a8df015e098f53121f554b2d4e0ca0187cceb327;hb=f262b0f726ac0577f40525038b779185f144873f;hp=76d1d430af22f301a7174138bcef191130b244b2;hpb=34acb0f8d191593c9761e027424f13ae42831133;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;