aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-05 16:10:01 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-05 16:10:01 +0200
commitf113d2b31333538f5784de5ee5f02bc19cc603e4 (patch)
treeb91d53c8a559e315a5ca2ac4ac8ebbca70871fe8 /src/afb-hreq.h
parent13549775092afa9215de8468e34f6d194c2fd8db (diff)
allows connection to upgrade
Change-Id: I2e174b67ea186180da0d8982fac14f468946dc14 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-hreq.h')
-rw-r--r--src/afb-hreq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-hreq.h b/src/afb-hreq.h
index cf236380..853190a8 100644
--- a/src/afb-hreq.h
+++ b/src/afb-hreq.h
@@ -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);