Changeset 7921 for trunk/libtransmission/peer-msgs.c
- Timestamp:
- Feb 19, 2009, 9:55:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-msgs.c
r7913 r7921 588 588 **/ 589 589 590 static int590 static tr_bool 591 591 isPieceInteresting( const tr_peermsgs * msgs, 592 592 tr_piece_index_t piece ) … … 600 600 601 601 /* "interested" means we'll ask for piece data if they unchoke us */ 602 static int602 static tr_bool 603 603 isPeerInteresting( const tr_peermsgs * msgs ) 604 604 { … … 658 658 } 659 659 660 static int660 static tr_bool 661 661 popNextRequest( tr_peermsgs * msgs, 662 662 struct peer_request * setme ) … … 825 825 } 826 826 827 static TR_INLINE int827 static TR_INLINE tr_bool 828 828 requestQueueIsFull( const tr_peermsgs * msgs ) 829 829 { … … 1223 1223 } 1224 1224 1225 static int1225 static tr_bool 1226 1226 messageLengthIsCorrect( const tr_peermsgs * msg, uint8_t id, uint32_t len ) 1227 1227 {
Note: See TracChangeset
for help on using the changeset viewer.