mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 16:21:29 -04:00
compliance with win32
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1020 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
881f1395c8
commit
6efc71efd5
2 changed files with 12 additions and 8 deletions
|
@ -65,8 +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_t;
|
||||
time_t lastTS; // used for checking if it's alive
|
||||
time_t lastTS_t; // used for estimating transfer rate.
|
||||
|
||||
// these two are used for speed estimation
|
||||
float transfer_rate ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue