Changeset 2586 for box/trunk/bin


Ignore:
Timestamp:
11/11/2009 19:24:27 (3 years ago)
Author:
chris
Message:

Add methods to get the number of refcounts adjusted by the last
housekeeping, for testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbstored/HousekeepStoreAccount.h

    r2541 r2586  
    4141         
    4242        void DoHousekeeping(bool KeepTryingForever = false); 
    43          
     43        int GetRefCountsAdjusted() { return mRefCountsAdjusted; } 
    4444         
    4545private: 
     
    103103        std::vector<uint32_t> mNewRefCounts; 
    104104        bool mSuppressRefCountChangeWarnings; 
     105        int mRefCountsAdjusted; 
    105106         
    106107        // Poll frequency 
Note: See TracChangeset for help on using the changeset viewer.