mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 10:35:22 -04:00
added display of hash progress
This commit is contained in:
parent
d3b46221ff
commit
2343c91055
2 changed files with 40 additions and 2 deletions
|
@ -97,6 +97,7 @@ private:
|
|||
struct FileHashJob
|
||||
{
|
||||
std::string full_path;
|
||||
uint64_t size ;
|
||||
HashStorageClient *client;
|
||||
uint32_t client_param ;
|
||||
time_t ts;
|
||||
|
@ -110,7 +111,11 @@ private:
|
|||
|
||||
RsMutex mHashMtx ;
|
||||
bool mRunning;
|
||||
uint32_t mHashCounter;
|
||||
uint32_t mInactivitySleepTime ;
|
||||
uint64_t mTotalSizeToHash ;
|
||||
uint64_t mTotalHashedSize ;
|
||||
uint64_t mTotalFilesToHash ;
|
||||
time_t mLastSaveTime ;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue