X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7b03ac47dca470832f96ccdb89eb04f8597afbe1..068f824958f4864fb9c6f03484bf470e0cb61098:/projects/stargazer/plugins/store/files/file_store.h diff --git a/projects/stargazer/plugins/store/files/file_store.h b/projects/stargazer/plugins/store/files/file_store.h index 91fb7fa8..2316398f 100644 --- a/projects/stargazer/plugins/store/files/file_store.h +++ b/projects/stargazer/plugins/store/files/file_store.h @@ -37,6 +37,7 @@ #include "stg/store.h" #include "stg/conffiles.h" #include "stg/user_traff.h" +#include "stg/logger.h" //----------------------------------------------------------------------------- extern "C" STORE * GetStore(); @@ -203,6 +204,8 @@ private: FILES_STORE_SETTINGS storeSettings; MODULE_SETTINGS settings; mutable pthread_mutex_t mutex; + + PLUGIN_LOGGER logger; }; //-----------------------------------------------------------------------------