summaryrefslogtreecommitdiff
path: root/lib/backupclient/BackupStoreFile.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-11-17 09:49:39 +0000
committerChris Wilson <chris+github@qwirx.com>2010-11-17 09:49:39 +0000
commit79e0bbb3d773037371ff83563aba8ebdb20190e8 (patch)
tree35696c4aa2a33dd27e883d1a1bdc0c24f55aa9b6 /lib/backupclient/BackupStoreFile.cpp
parent55689249c942cd865c6da9ce27cb995cba4d1a7c (diff)
Log the total number of bytes uploaded to the server for each file.
Diffstat (limited to 'lib/backupclient/BackupStoreFile.cpp')
-rw-r--r--lib/backupclient/BackupStoreFile.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/backupclient/BackupStoreFile.cpp b/lib/backupclient/BackupStoreFile.cpp
index 4bd75f96..44d96d0c 100644
--- a/lib/backupclient/BackupStoreFile.cpp
+++ b/lib/backupclient/BackupStoreFile.cpp
@@ -73,9 +73,11 @@ BackupStoreFileStats BackupStoreFile::msStats = {0,0,0};
// Created: 2003/08/28
//
// --------------------------------------------------------------------------
-std::auto_ptr<IOStream> BackupStoreFile::EncodeFile(const char *Filename,
- int64_t ContainerID, const BackupStoreFilename &rStoreFilename,
- int64_t *pModificationTime, ReadLoggingStream::Logger* pLogger,
+std::auto_ptr<IOStream> BackupStoreFile::EncodeFile(
+ const char *Filename, int64_t ContainerID,
+ const BackupStoreFilename &rStoreFilename,
+ int64_t *pModificationTime,
+ ReadLoggingStream::Logger* pLogger,
RunStatusProvider* pRunStatusProvider)
{
// Create the stream