Changeset 14636
- Timestamp:
- Dec 27, 2015, 3:19:03 PM (7 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/peer-mgr.c
r14613 r14636 3060 3060 struct ChokeData * choke = tr_new0 (struct ChokeData, peerCount); 3061 3061 const tr_session * session = s->manager->session; 3062 const intchokeAll = !tr_torrentIsPieceTransferAllowed (s->tor, TR_CLIENT_TO_PEER);3062 const bool chokeAll = !tr_torrentIsPieceTransferAllowed (s->tor, TR_CLIENT_TO_PEER); 3063 3063 const bool isMaxedOut = isBandwidthMaxedOut (&s->tor->bandwidth, now, TR_UP); 3064 3064 -
trunk/libtransmission/rpcimpl.c
r14633 r14636 1008 1008 static const char* 1009 1009 setFileDLs (tr_torrent * tor, 1010 intdo_download,1010 bool do_download, 1011 1011 tr_variant * list) 1012 1012 {
Note: See TracChangeset
for help on using the changeset viewer.