Changeset 6782 for trunk/libtransmission/torrent.h
- Timestamp:
- Sep 17, 2008, 7:44:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.h
r6699 r6782 54 54 tr_torrent* tr_torrentFindFromHashString( tr_handle *, const char * ); 55 55 tr_torrent* tr_torrentFindFromObfuscatedHash( tr_handle *, const uint8_t* ); 56 57 void tr_torrentGetRates( const tr_torrent *, float * toClient, float * toPeer );58 56 59 57 int tr_torrentAllowsPex( const tr_torrent * ); … … 121 119 tr_info info; 122 120 121 int uploadLimit; 123 122 tr_speedlimit uploadLimitMode; 123 int downloadLimit; 124 124 tr_speedlimit downloadLimitMode; 125 struct tr_ratecontrol * upload; 126 struct tr_ratecontrol * download; 125 127 126 struct tr_ratecontrol * swarmSpeed; 128 127 … … 181 180 182 181 int uniqueId; 182 183 double rateHistory[2][BANDWIDTH_PULSES_PER_SECOND]; 184 183 185 }; 184 186
Note: See TracChangeset
for help on using the changeset viewer.