Changeset 12047
- Timestamp:
- Feb 26, 2011, 3:01:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.h
r12046 r12047 220 220 time_t anyDate; 221 221 222 time_tsecondsDownloading;223 time_tsecondsSeeding;222 int secondsDownloading; 223 int secondsSeeding; 224 224 225 225 tr_torrent_metadata_func * metadata_func;
Note: See TracChangeset
for help on using the changeset viewer.