summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupStoreDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-08-21 11:18:39 +0000
committerChris Wilson <chris+github@qwirx.com>2008-08-21 11:18:39 +0000
commit9cae0cb415d50e28d4819e54ce76131fbd9f7c1c (patch)
treed0adebf44b25de0b1ffd47b1de3182d3e24f69c5 /bin/bbstored/BackupStoreDaemon.h
parent7dbcaff4f698c914f9307cb69e742983e3a1a4e1 (diff)
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.
Diffstat (limited to 'bin/bbstored/BackupStoreDaemon.h')
-rw-r--r--bin/bbstored/BackupStoreDaemon.h3
1 files changed, 2 insertions, 1 deletions
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<BOX_PORT_BBSTORED>
+class BackupStoreDaemon : public ServerTLS<BOX_PORT_BBSTORED>,
+ HousekeepingInterface
{
friend class HousekeepStoreAccount;