diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-22 17:55:35 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-22 17:55:35 +0100 |
commit | 6d575b22b86ebfac5e2b4c9d672f45805a5b63ce (patch) | |
tree | 48f6f9d53740b07e27a907632ac315a932308eee /include/local-def.h | |
parent | 0d37437a44e872db93631270cee0472fe9716673 (diff) | |
parent | 17ab342ea54c080a9fcf5f5a9b139e22de3e00dd (diff) |
Merge origin/master
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 68c42867..22a3608b 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -261,6 +261,7 @@ typedef struct { int fakemod; // respond to GET/POST request without interacting with sndboard int forceexit; // when autoconfig from script force exit before starting server AFB_plugin **plugins; // pointer to REST/API plugins + int pluginCount; // loaded plugins count magic_t magic; // Mime type file magic lib sigjmp_buf restartCkpt; // context save for restart set/longjmp } AFB_session; |