summaryrefslogtreecommitdiff
path: root/bin/bbstored/BackupStoreDaemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-12-12 23:36:25 +0000
committerChris Wilson <chris+github@qwirx.com>2011-12-12 23:36:25 +0000
commit20a8c39aa25d454a3fa142f125003ad242d73ea0 (patch)
treecfb6d937c300f04e455de1845d18f62e594ce713 /bin/bbstored/BackupStoreDaemon.h
parent4220d1bde508875d96036f04a1c62fab4742733b (diff)
Log the account name with connections, disconnections and statistics, requested by Pete Jalajas.
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 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