summaryrefslogtreecommitdiff
path: root/bin/bbstored
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bbstored')
-rw-r--r--bin/bbstored/HousekeepStoreAccount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbstored/HousekeepStoreAccount.h b/bin/bbstored/HousekeepStoreAccount.h
index 1dd6d79c..5e3d8ffd 100644
--- a/bin/bbstored/HousekeepStoreAccount.h
+++ b/bin/bbstored/HousekeepStoreAccount.h
@@ -40,7 +40,7 @@ public:
~HousekeepStoreAccount();
void DoHousekeeping(bool KeepTryingForever = false);
-
+ int GetRefCountsAdjusted() { return mRefCountsAdjusted; }
private:
// utility functions
@@ -102,6 +102,7 @@ private:
// New reference count list
std::vector<uint32_t> mNewRefCounts;
bool mSuppressRefCountChangeWarnings;
+ int mRefCountsAdjusted;
// Poll frequency
int mCountUntilNextInterprocessMsgCheck;