Changeset 8592 for trunk/libtransmission/torrent.c
- Timestamp:
- Jun 2, 2009, 6:21:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r8588 r8592 1340 1340 assert( tr_isTorrent( tor ) ); 1341 1341 1342 /* FIXME(libevent2) we're just using the evbuffer to build a key here anyway. 1343 so we do (tor->info.fileCount * fd.openFileLimit) strcmps for these keys. :/ 1344 it would be more efficient to remove this code altogether and 1345 add "int torrentId;" to "struct tr_openfile", and a new function 1346 tr_fdCloseTorrentFiles( tr_session*, int torrentId ) */ 1342 1347 for( i=0; i<tor->info.fileCount; ++i ) 1343 1348 {
Note: See TracChangeset
for help on using the changeset viewer.