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:
csoler 2009-02-08 13:04:32 +00:00
parent 881f1395c8
commit 6efc71efd5
2 changed files with 12 additions and 8 deletions

View file

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