Changeset 1655
- Timestamp:
- Apr 4, 2007, 12:55:53 AM (16 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r1650 r1655 426 426 427 427 s->progress = tr_cpCompletionAsFloat( tor->completion ); 428 s->left = tr_cpLeftBytes( tor->completion ); 428 429 if( tor->status & TR_STATUS_DOWNLOAD ) 429 430 { -
trunk/libtransmission/transmission.h
r1650 r1655 441 441 int completedFromTracker; 442 442 443 uint64_t left; 443 444 uint64_t downloaded; 444 445 uint64_t uploaded;
Note: See TracChangeset
for help on using the changeset viewer.