Changeset 10635 for trunk/libtransmission/torrent.h
- Timestamp:
- May 8, 2010, 8:42:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.h
r10606 r10635 201 201 tr_bool dhtAnnounce6InProgress; 202 202 203 time_t l dsAnnounceAt;203 time_t lpdAnnounceAt; 204 204 205 205 uint64_t downloadedCur; … … 335 335 } 336 336 337 static inline tr_bool tr_torrentAllowsL DS( const tr_torrent * tor )337 static inline tr_bool tr_torrentAllowsLPD( const tr_torrent * tor ) 338 338 { 339 339 return ( tor != NULL ) 340 && ( tr_sessionAllowsL DS( tor->session ) )340 && ( tr_sessionAllowsLPD( tor->session ) ) 341 341 && ( !tr_torrentIsPrivate( tor ) ); 342 342 }
Note: See TracChangeset
for help on using the changeset viewer.