mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
Added info for upload peers and rate in Transfer tab
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1005 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bd569ce42a
commit
a3d3778c36
3 changed files with 34 additions and 6 deletions
|
@ -47,6 +47,8 @@ public:
|
|||
uint64_t getFileSize();
|
||||
bool fileOk();
|
||||
|
||||
void setPeerId(const std::string& id) ;
|
||||
|
||||
|
||||
protected:
|
||||
virtual int initializeFileAttrs(); /* does for both */
|
||||
|
@ -63,7 +65,8 @@ virtual int initializeFileAttrs(); /* does for both */
|
|||
std::string lastRequestor;
|
||||
uint64_t req_loc;
|
||||
uint32_t req_size;
|
||||
time_t lastTS;
|
||||
clock_t lastTS;
|
||||
float transfer_rate ;
|
||||
|
||||
/*
|
||||
* Mutex Required for stuff below
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue