Work on http download interface

This commit is contained in:
Emil Axelsson
2017-11-13 19:03:58 +01:00
parent 27f36209fa
commit c171e6ae86
4 changed files with 97 additions and 18 deletions
+5
View File
@@ -56,6 +56,11 @@ private:
bool hasSyncFile();
void createSyncFile();
std::atomic_bool _nTotalBytesKnown;
std::atomic<float> _nTotalBytes;
std::atomic<float> _nSynchronizedBytes;
std::atomic_bool _shouldCancel;
std::string _identifier;
int _version;
std::string _synchronizationRoot;