*** empty log message ***

This commit is contained in:
Magnus Jonsson 2004-01-14 02:36:01 +00:00
parent 9983e7c85b
commit 5b242a6464
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ namespace libtorrent
unsigned int total_upload;
peer_id id;
std::vector<bool> pieces;
int upload_limit;
int upload_ceiling;
int upload_limit; // from peer_connection
int upload_ceiling; // from the global upload limiter
int load_balancing;