aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-09 16:41:06 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-09 16:41:06 +0100
commit8e61a22b3d7219c59f3925ac8e173b9b74fbcf30 (patch)
tree600f74c56a5e123f3e3090955fba6631fd44552d /include
parentf51e658a95edeb35b7b3027f7f066d3af0de04c7 (diff)
fix a bug on by default index
Diffstat (limited to 'include')
-rw-r--r--include/local-def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/local-def.h b/include/local-def.h
index 70d7762c..5deca987 100644
--- a/include/local-def.h
+++ b/include/local-def.h
@@ -179,6 +179,7 @@ typedef struct {
int forceexit; // when autoconfig from script force exit before starting server
AFB_plugin **plugins; // pointer to REST/API plugins
magic_t magic; // Mime type file magic lib
+ sigjmp_buf restartCkpt; // context save for restart set/longjmp
} AFB_session;