summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 22:33:02 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-30 22:40:20 +0100
commit16d003d939feaed90b3533d0b974f02b9c706233 (patch)
treec25595158b6c9484359597b54ef237ef7a41b368 /common/storage.h
parentca71cc7875c300a9c519380b128dd812b86df25e (diff)
downloadsink-16d003d939feaed90b3533d0b974f02b9c706233.tar.gz
sink-16d003d939feaed90b3533d0b974f02b9c706233.zip
Optional printing of transaction span
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h
index f5f1879..5a4fb45 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -167,7 +167,7 @@ public:
167 NamedDatabase::Stat mainDbStat; 167 NamedDatabase::Stat mainDbStat;
168 NamedDatabase::Stat freeDbStat; 168 NamedDatabase::Stat freeDbStat;
169 }; 169 };
170 Stat stat(); 170 Stat stat(bool printDetails = true);
171 171
172 private: 172 private:
173 Transaction(Transaction &other); 173 Transaction(Transaction &other);