summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupStoreDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-09 13:45:43 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-09 13:45:43 +0000
commite9a8f940a4220416d3ddda576dcfedca585211f9 (patch)
treeab177af067be3bcc5b8cb5c21e8503d116b6abac /bin/bbstored/BackupStoreDaemon.h
parent7ed8179f09c77de15a3f250312b5e33ba53a60b5 (diff)
Get backup connection stats from BackupProtocolServer.
One less reason to hang onto a Stream reference, that will go away soon.
Diffstat (limited to 'bin/bbstored/BackupStoreDaemon.h')
-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 ce538477..40ef607d 100644
--- a/bin/bbstored/BackupStoreDaemon.h
+++ b/bin/bbstored/BackupStoreDaemon.h
@@ -64,7 +64,7 @@ protected:
void HousekeepingProcess();
void LogConnectionStats(uint32_t accountId,
- const std::string& accountName, const SocketStreamTLS &s);
+ const std::string& accountName, const BackupProtocolServer &server);
public:
// HousekeepingInterface implementation