Changeset 12047


Ignore:
Timestamp:
Feb 26, 2011, 3:01:07 PM (12 years ago)
Author:
livings124
Message:

store secondsDownloading and secondsSeeding as ints instead of time_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.h

    r12046 r12047  
    220220    time_t                     anyDate;
    221221
    222     time_t                     secondsDownloading;
    223     time_t                     secondsSeeding;
     222    int                        secondsDownloading;
     223    int                        secondsSeeding;
    224224
    225225    tr_torrent_metadata_func  * metadata_func;
Note: See TracChangeset for help on using the changeset viewer.