X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/daa6cb18a0ff8451a9599905a01d66d6515fdb86..97a198bf64f74f1bacd064026e67d7cb40daffa2:/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h diff --git a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h index cdce9668..7e3ae69b 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h +++ b/projects/stargazer/plugins/configuration/sgconfig/stgconfig.h @@ -7,6 +7,7 @@ #include "stg/plugin.h" #include "stg/store.h" +#include "stg/logger.h" #include "configproto.h" extern "C" PLUGIN * GetPlugin(); @@ -59,6 +60,7 @@ private: pthread_t thread; bool nonstop; bool isRunning; + PLUGIN_LOGGER logger; CONFIGPROTO config; USERS * users; ADMINS * admins;