Changeset 10946 for trunk/libtransmission/peer-mgr.c
- Timestamp:
- Jul 5, 2010, 10:49:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r10941 r10946 3466 3466 n += tr_ptrArraySize( &tor->torrentPeers->pool ); 3467 3467 walk = candidates = tr_new( struct peer_candidate, n ); 3468 fprintf( stderr, "nCandidates is %d\n", (int)n );3469 3468 3470 3469 /* populate the candidate array */ … … 3503 3502 3504 3503 *candidateCount = walk - candidates; 3505 fprintf( stderr, "candidateCount is %d\n", (int)(*candidateCount) );3506 3504 if( *candidateCount > 1 ) 3507 3505 qsort( candidates, *candidateCount, sizeof( struct peer_candidate ), comparePeerCandidates );
Note: See TracChangeset
for help on using the changeset viewer.