Changeset 7618 for trunk/libtransmission/bandwidth.h
- Timestamp:
- Jan 5, 2009, 4:27:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/bandwidth.h
r7580 r7618 203 203 /** @brief Get the raw total of bytes read or sent by this bandwidth subtree. */ 204 204 double tr_bandwidthGetRawSpeed( const tr_bandwidth * bandwidth, 205 tr_direction direction ); 205 const uint64_t now, 206 const tr_direction direction ); 206 207 207 208 /** @brief Get the number of piece data bytes read or sent by this bandwidth subtree. */ 208 209 double tr_bandwidthGetPieceSpeed( const tr_bandwidth * bandwidth, 209 tr_direction direction ); 210 const uint64_t now, 211 const tr_direction direction ); 210 212 211 213 /**
Note: See TracChangeset
for help on using the changeset viewer.