Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2013-11-15 16:53:18 +0400
committerOlivier Goffart <ogoffart@woboq.com>2013-11-15 16:53:18 +0400
commitc15a1eedd16109322d3896c306939568bd687996 (patch)
tree0edbc913255d5f2fc3d52563820cacc9c19e342d /src/mirall/syncfileitem.h
parentbf6e1f10ce2c6fa9e13bb97b5c4af1cbd23cf47b (diff)
Only update the db for ETAG if the etag has changed for directories
Diffstat (limited to 'src/mirall/syncfileitem.h')
-rw-r--r--src/mirall/syncfileitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mirall/syncfileitem.h b/src/mirall/syncfileitem.h
index f2c357d51..6a167aa41 100644
--- a/src/mirall/syncfileitem.h
+++ b/src/mirall/syncfileitem.h
@@ -81,6 +81,7 @@ public:
time_t _modtime;
QByteArray _etag;
quint64 _size;
+ bool _should_update_etag;
// Variables usefull to report to the user
Status _status;