mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-19 02:18:50 -05:00
Work on http download interface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user