Changeset 3422
- Timestamp:
- Oct 15, 2007, 6:28:49 PM (15 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/inout.c
r3293 r3422 68 68 69 69 tr_buildPath ( path, sizeof(path), tor->destination, file->name, NULL ); 70 71 fprintf( stderr, "readOrWriteBytes: [%s]\n", path ); 70 72 71 73 if( !file->length ) -
trunk/libtransmission/torrent.c
r3411 r3422 732 732 : 1.0 - ((double)tr_bitfieldCountTrueBits(tor->uncheckedPieces) / tor->info.pieceCount); 733 733 734 s->cpStatus = tor->cpStatus;735 736 734 /* rcRate's averaging code can make it appear that we're 737 735 * still sending bytes after a torrent stops or all the -
trunk/libtransmission/transmission.h
r3412 r3422 631 631 { 632 632 torrent_status_t status; 633 cp_status_t cpStatus;634 633 635 634 int error;
Note: See TracChangeset
for help on using the changeset viewer.