Ignore:
Timestamp:
May 8, 2010, 8:42:45 AM (13 years ago)
Author:
charles
Message:

(trunk) #3060 "Local Peer Discovery" -- in the code, rename LDS as LPD for Local Peer Discovery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.h

    r10606 r10635  
    201201    tr_bool                    dhtAnnounce6InProgress;
    202202   
    203     time_t                     ldsAnnounceAt;
     203    time_t                     lpdAnnounceAt;
    204204
    205205    uint64_t                   downloadedCur;
     
    335335}
    336336
    337 static inline tr_bool tr_torrentAllowsLDS( const tr_torrent * tor )
     337static inline tr_bool tr_torrentAllowsLPD( const tr_torrent * tor )
    338338{
    339339    return ( tor != NULL )
    340         && ( tr_sessionAllowsLDS( tor->session ) )
     340        && ( tr_sessionAllowsLPD( tor->session ) )
    341341        && ( !tr_torrentIsPrivate( tor ) );
    342342}
Note: See TracChangeset for help on using the changeset viewer.