X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7b03ac47dca470832f96ccdb89eb04f8597afbe1..068f824958f4864fb9c6f03484bf470e0cb61098:/projects/stargazer/plugins/store/postgresql/postgresql_store.h diff --git a/projects/stargazer/plugins/store/postgresql/postgresql_store.h b/projects/stargazer/plugins/store/postgresql/postgresql_store.h index ebbbb3b8..654de146 100644 --- a/projects/stargazer/plugins/store/postgresql/postgresql_store.h +++ b/projects/stargazer/plugins/store/postgresql/postgresql_store.h @@ -36,6 +36,7 @@ #include #include "stg/store.h" +#include "stg/logger.h" // Minimal DB version is 7 // Recommended DB version is 7 (support full month stats) @@ -158,6 +159,8 @@ private: int retries; PGconn * connection; + + PLUGIN_LOGGER logger; }; extern const volatile time_t stgTime;