allows connection to upgrade
[src/app-framework-binder.git] / src / afb-hreq.h
index cf23638..853190a 100644 (file)
@@ -30,6 +30,7 @@ struct afb_hreq {
        struct MHD_PostProcessor *postform;
        struct AFB_clientCtx *context;
        struct hreq_data *data;
+       int upgrade;
 };
 
 extern void afb_hreq_free(struct afb_hreq *request);