mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 22:10:37 -04:00
added chunk request info, and chunk download info. Corrected bug displaying speed for stalled transfers. Warning: needs full recompilation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3935 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
304bbf55cf
commit
40efe19efa
7 changed files with 69 additions and 29 deletions
|
@ -46,6 +46,8 @@ class FileProgressInfo
|
|||
float progress ;
|
||||
uint32_t nb_chunks ;
|
||||
|
||||
std::vector<uint32_t> chunks_in_progress ;
|
||||
|
||||
bool operator<(const FileProgressInfo &other) const;
|
||||
};
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue