X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/19ad06653de8ff5946a2ef1d577cf42217b2e3e3..2501ff5278198b17c195536d0953cbb40d1a5d3b:/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; }; //-----------------------------------------------------------------------------