Changeset 1655


Ignore:
Timestamp:
Apr 4, 2007, 12:55:53 AM (16 years ago)
Author:
joshe
Message:

Add remaining file download to tr_stat_t.

Location:
trunk/libtransmission
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r1650 r1655  
    426426
    427427    s->progress = tr_cpCompletionAsFloat( tor->completion );
     428    s->left     = tr_cpLeftBytes( tor->completion );
    428429    if( tor->status & TR_STATUS_DOWNLOAD )
    429430    {
  • trunk/libtransmission/transmission.h

    r1650 r1655  
    441441    int                 completedFromTracker;
    442442
     443    uint64_t            left;
    443444    uint64_t            downloaded;
    444445    uint64_t            uploaded;
Note: See TracChangeset for help on using the changeset viewer.