Changeset 7441 for trunk/libtransmission/peer-io.h
- Timestamp:
- Dec 20, 2008, 10:19:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-io.h
r7419 r7441 26 26 struct tr_bandwidth; 27 27 struct tr_crypto; 28 struct tr_iobuf;29 28 typedef struct tr_peerIo tr_peerIo; 30 29 … … 214 213 **/ 215 214 215 tr_bool tr_peerIoHasBandwidthLeft( const tr_peerIo * io, 216 tr_direction direction ); 217 218 void tr_peerIoSetEnabled( tr_peerIo * io, 219 tr_direction dir, 220 tr_bool isEnabled ); 221 216 222 int tr_peerIoFlush( tr_peerIo * io, 217 223 tr_direction dir,
Note: See TracChangeset
for help on using the changeset viewer.