]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/postgresql/postgresql_store.h
Initialize some fields via initializer lists in USER_IMPL and
[stg.git] / projects / stargazer / plugins / store / postgresql / postgresql_store.h
index d273803df0ec235536328fb95eae774e37b1a3e3..8169137e4d6776de2394ce66266d443dcb047ab1 100644 (file)
@@ -35,7 +35,7 @@
 #include <vector>
 #include <map>
 
-#include "store.h"
+#include "stg/store.h"
 
 // Minimal DB version is 5
 // Recommended DB version is 6 (support FreeMb logging on disconnects)
@@ -152,6 +152,7 @@ private:
     MODULE_SETTINGS settings;
     mutable pthread_mutex_t mutex;
     mutable int version;
+    int retries;
 
     PGconn * connection;
 };