From 20a8c39aa25d454a3fa142f125003ad242d73ea0 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 12 Dec 2011 23:36:25 +0000 Subject: Log the account name with connections, disconnections and statistics, requested by Pete Jalajas. --- 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 49af5b81..d86e9dc4 100644 --- a/bin/bbstored/BackupStoreDaemon.h +++ b/bin/bbstored/BackupStoreDaemon.h @@ -63,7 +63,8 @@ protected: // Housekeeping functions void HousekeepingProcess(); - void LogConnectionStats(const char *commonName, const SocketStreamTLS &s); + void LogConnectionStats(uint32_t accountId, + const std::string& accountName, const SocketStreamTLS &s); public: // HousekeepingInterface implementation -- cgit v1.2.3