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:
csoler 2010-12-26 10:58:02 +00:00
parent 304bbf55cf
commit 40efe19efa
7 changed files with 69 additions and 29 deletions

View file

@ -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;
};
//