Changeset 7241 for trunk/libtransmission/peer-mgr.c
- Timestamp:
- Dec 2, 2008, 11:16:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r7238 r7241 1824 1824 stat->isDownloadingFrom = clientIsDownloadingFrom( peer ); 1825 1825 stat->isUploadingTo = clientIsUploadingTo( peer ); 1826 stat->isSeed = ( atom->uploadOnly == UPLOAD_ONLY_YES ) || ( peer->progress >= 1.0 ); 1826 1827 1827 1828 pch = stat->flagStr;
Note: See TracChangeset
for help on using the changeset viewer.