fix build issue with statistics enabled

This commit is contained in:
Arvid Norberg 2011-06-16 00:28:36 +00:00
parent a18649dc9b
commit ec30fe5f9b
1 changed files with 1 additions and 1 deletions

View File

@ -3164,7 +3164,7 @@ namespace aux {
if (p->is_interesting()) ++peers_down_interesting;
if (p->send_buffer_size() > 100 || !p->upload_queue().empty())
++peers_up_requests;
if (p->endgame()) ++num_endgame_peers;
if (p->endgame()) ++num_end_game_peers;
int dl_bucket = 0;
int dl_rate = p->statistics().download_payload_rate();