[Pkg-owncloud-commits] [owncloud-client] 237/333: Store the request duration and timestamp to final item
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Apr 17 23:16:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 9af2339596852a9d635fb4edc6da68685240ac86
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed Mar 26 18:03:22 2014 +0100
Store the request duration and timestamp to final item
---
src/mirall/syncengine.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mirall/syncengine.cpp b/src/mirall/syncengine.cpp
index 97326a2..f7f618f 100644
--- a/src/mirall/syncengine.cpp
+++ b/src/mirall/syncengine.cpp
@@ -601,6 +601,8 @@ void SyncEngine::slotJobCompleted(const SyncFileItem &item)
_syncedItems[idx]._errorString = item._errorString;
_syncedItems[idx]._status = item._status;
+ _syncedItems[idx]._requestDuration = item._requestDuration;
+ _syncedItems[idx]._responseTimeStamp = item._responseTimeStamp;
} else {
qWarning() << Q_FUNC_INFO << "Could not find index in synced items!";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list