Changeset 3201 for trunk/libtransmission/transmission.h
- Timestamp:
- Sep 27, 2007, 3:30:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/transmission.h
r3197 r3201 674 674 675 675 /* Byte count of all the non-DND piece data that either we already have, 676 * or that a peer we're connected to has. [0...tr_info.totalSize] */ 677 uint64_t nonDndAvailable; 678 679 /* Byte count of all the non-DND piece data */ 680 uint64_t nonDndSize; 676 * or that a peer we're connected to has. [0...desiredSize] */ 677 uint64_t desiredAvailable; 678 679 /* Byte count of all the piece data we want, whether we currently 680 * have it nor not. [0...tr_info.totalSize] */ 681 uint64_t desiredSize; 681 682 682 683 float swarmspeed;
Note: See TracChangeset
for help on using the changeset viewer.