summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-04-28 18:21:21 +0000
committerChris Wilson <chris+github@qwirx.com>2012-04-28 18:21:21 +0000
commitcf63f319a93ce8fec1e2a6cc10a83916926f826e (patch)
treee4eb932baae388078ca22b6bbd57d463979be3b4
parent758e073983f793bb7baca52403fbdaacb92e86a8 (diff)
Make BackupStoreDaemon::RunHousekeepingIfNeeded public to allow tests to call it.
-rw-r--r--bin/bbstored/BackupStoreDaemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bbstored/BackupStoreDaemon.h b/bin/bbstored/BackupStoreDaemon.h
index d86e9dc4..ce538477 100644
--- a/bin/bbstored/BackupStoreDaemon.h
+++ b/bin/bbstored/BackupStoreDaemon.h
@@ -69,6 +69,7 @@ protected:
public:
// HousekeepingInterface implementation
virtual bool CheckForInterProcessMsg(int AccountNum = 0, int MaximumWaitTime = 0);
+ void RunHousekeepingIfNeeded();
private:
BackupStoreAccountDatabase *mpAccountDatabase;
@@ -83,7 +84,6 @@ private:
virtual void OnIdle();
void HousekeepingInit();
- void RunHousekeepingIfNeeded();
int64_t mLastHousekeepingRun;
public: