diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-09 16:41:06 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-09 16:41:06 +0100 |
commit | 8e61a22b3d7219c59f3925ac8e173b9b74fbcf30 (patch) | |
tree | 600f74c56a5e123f3e3090955fba6631fd44552d /include/local-def.h | |
parent | f51e658a95edeb35b7b3027f7f066d3af0de04c7 (diff) |
fix a bug on by default index
Diffstat (limited to 'include/local-def.h')
-rw-r--r-- | include/local-def.h | 1 |
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; |