From 9cae0cb415d50e28d4819e54ce76131fbd9f7c1c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 21 Aug 2008 11:18:39 +0000 Subject: Run housekeeping synchronously on all platforms if daemon is run in single process mode (-D), not just on Windows. Add a housekeeping interface to allow Boxi to run housekeeping. --- bin/bbstored/BackupStoreDaemon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/bbstored/BackupStoreDaemon.h') diff --git a/bin/bbstored/BackupStoreDaemon.h b/bin/bbstored/BackupStoreDaemon.h index dff918a5..a5d216f4 100644 --- a/bin/bbstored/BackupStoreDaemon.h +++ b/bin/bbstored/BackupStoreDaemon.h @@ -28,7 +28,8 @@ class HousekeepStoreAccount; // Created: 2003/08/20 // // -------------------------------------------------------------------------- -class BackupStoreDaemon : public ServerTLS +class BackupStoreDaemon : public ServerTLS, + HousekeepingInterface { friend class HousekeepStoreAccount; -- cgit v1.2.3