summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-22 17:55:35 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-22 17:55:35 +0100
commit6d575b22b86ebfac5e2b4c9d672f45805a5b63ce (patch)
tree48f6f9d53740b07e27a907632ac315a932308eee /include
parent0d37437a44e872db93631270cee0472fe9716673 (diff)
parent17ab342ea54c080a9fcf5f5a9b139e22de3e00dd (diff)
Merge origin/master
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 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;