aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-30 14:06:20 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-30 14:06:20 +0200
commit0926cee2a1f7a72c40f4950e44651b5fab02c412 (patch)
tree8d684bca15e64c5e0906cc10ff88bd9026c8ba4c /include
parent3259015486ecc8e246b1b69b36235d24e9d9c2ea (diff)
removes uneeded data
Change-Id: Id95e2dcfc0a6cbf34799559be683fa9244aa82db Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/local-def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/local-def.h b/include/local-def.h
index ace9249a..4c27233b 100644
--- a/include/local-def.h
+++ b/include/local-def.h
@@ -240,7 +240,6 @@ typedef struct {
void *context; // Hold Client Context when using session
int restfull; // request is resfull [uuid token provided]
int errcode; // http error code
- sigjmp_buf checkPluginCall; // context save for timeout set/longjmp
struct AFB_config *config; // plugin may need access to config
struct MHD_Connection *connection;
} AFB_request;