aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/db/db_impl.h
diff options
context:
space:
mode:
authorVinnie Falco <[email protected]>2013-07-01 08:36:32 -0700
committerVinnie Falco <[email protected]>2013-07-01 08:36:32 -0700
commitfb1da62318f5a7f6e3ec31cdc02178a5445870e4 (patch)
tree4ef6f0b1017c747e84132427666eea4a36d10b0d /src/leveldb/db/db_impl.h
parentMerge pull request #2803 from sipa/tarversion (diff)
parentSquashed 'src/leveldb/' changes from aca1ffc..ae6c262 (diff)
downloaddiscoin-fb1da62318f5a7f6e3ec31cdc02178a5445870e4.tar.xz
discoin-fb1da62318f5a7f6e3ec31cdc02178a5445870e4.zip
Merge commit 'adae78ea9940f4d44382967d1296e7db0b54a4de' into leveldb-squashed
Diffstat (limited to 'src/leveldb/db/db_impl.h')
-rw-r--r--src/leveldb/db/db_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leveldb/db/db_impl.h b/src/leveldb/db/db_impl.h
index bd29dd805..3c8d711ae 100644
--- a/src/leveldb/db/db_impl.h
+++ b/src/leveldb/db/db_impl.h
@@ -163,6 +163,7 @@ class DBImpl : public DB {
// Have we encountered a background error in paranoid mode?
Status bg_error_;
+ int consecutive_compaction_errors_;
// Per level compaction stats. stats_[level] stores the stats for
// compactions that produced data for the specified "level".