time out unused uploads

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@932 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
ewensun 2009-01-18 04:00:24 +00:00
parent 5480354492
commit 812cdd6bd6
5 changed files with 31 additions and 1 deletions

View file

@ -96,6 +96,8 @@ static const int kRsFiStatusDone = 2;
double tfRate; /* in kbytes */
uint32_t downloadStatus; /* 0 = Err, 1 = Ok, 2 = Done */
std::list<TransferInfo> peers;
time_t lastTS;
};
std::ostream &operator<<(std::ostream &out, const FileInfo &info);