Changeset 7241
- Timestamp:
- Dec 2, 2008, 11:16:01 PM (12 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 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; -
trunk/libtransmission/transmission.h
r7238 r7241 1054 1054 tr_bool isDownloadingFrom; 1055 1055 tr_bool isUploadingTo; 1056 tr_bool isSeed; 1056 1057 1057 1058 tr_bool peerIsChoked;
Note: See TracChangeset
for help on using the changeset viewer.