missing change from last check-in

This commit is contained in:
Arvid Norberg 2011-03-27 20:46:20 +00:00
parent f6a42863e3
commit ddd21cb526
1 changed files with 5 additions and 0 deletions

View File

@ -851,6 +851,11 @@ namespace libtorrent
// connect to a peer next time on_tick is called.
// This implements a round robin.
torrent_map::iterator m_next_connect_torrent;
// this is the round-robin cursor for peers that
// get to download again after the disk has been
// blocked
connection_map::iterator m_next_disk_peer;
#ifdef TORRENT_DEBUG
void check_invariant() const;
#endif