summaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-04-07 14:29:56 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-04-07 14:29:56 +0200
commit8449480d29d2e03d9094ddce82557b251deb6567 (patch)
treeb8157efa8f090649b87ba508fd0809d369087445 /src/afb-hreq.h
parent8d036c20b1e6e6134817bfc4cb152e4e2469dba5 (diff)
simplifications
Change-Id: Id4ee2dab8d971d27ae5ceebac030f0b2b35d59a8 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-hreq.h')
-rw-r--r--src/afb-hreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-hreq.h b/src/afb-hreq.h
index c317a7a5..752d06ce 100644
--- a/src/afb-hreq.h
+++ b/src/afb-hreq.h
@@ -19,7 +19,7 @@ struct AFB_session;
struct AFB_clientCtx;
struct afb_hreq {
- struct AFB_session *session;
+ const char *cacheTimeout;
struct MHD_Connection *connection;
enum afb_method method;
const char *version;