*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-12-09 18:09:34 +00:00
parent c051285075
commit 557b3f3955
9 changed files with 227 additions and 68 deletions

View File

@@ -316,6 +316,11 @@ namespace libtorrent
// to insert the element at a random
// index when moving it to another
// vector.
// one solution might be to create a
// vector of all piece indices that
// are to have their ref_count increased
// and then random_shuffle that vector
// before processing them.
bool piece_picker::inc_refcount(int i)
{
assert(i >= 0);