]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/smux.h
Tables update implemented
[stg.git] / projects / stargazer / plugins / other / smux / smux.h
index bbcada9da59e58a0d8ca6056699b9a946ed29d1e..08e23c38faf6617c385ef811729122a33a4d3c5b 100644 (file)
@@ -16,6 +16,7 @@
 #include "stg/tariffs.h"
 
 #include "sensors.h"
+#include "tables.h"
 #include "types.h"
 
 extern "C" PLUGIN * GetPlugin();
@@ -88,6 +89,8 @@ private:
     bool GetNextRequestHandler(const PDUs_t * pdus);
     bool SetRequestHandler(const PDUs_t * pdus);
 
+    bool UpdateTables();
+
     USERS * users;
     TARIFFS * tariffs;
 
@@ -105,6 +108,7 @@ private:
     SMUXHandlers smuxHandlers;
     PDUsHandlers pdusHandlers;
     Sensors sensors;
+    Tables tables;
 
 };
 //-----------------------------------------------------------------------------