mirror of
https://github.com/transmission/transmission
synced 2025-03-15 16:29:34 +00:00
(libT) rename internal struct 'tr_torrent_peers' as 'tr_swarm'
This commit is contained in:
parent
779049bf1b
commit
e85ece214e
2 changed files with 1787 additions and 1754 deletions
File diff suppressed because it is too large
Load diff
|
@ -263,7 +263,7 @@ struct tr_torrent
|
|||
|
||||
struct tr_bandwidth bandwidth;
|
||||
|
||||
struct tr_torrent_peers * torrentPeers;
|
||||
struct tr_swarm * swarm;
|
||||
|
||||
float desiredRatio;
|
||||
tr_ratiolimit ratioLimitMode;
|
||||
|
|
Loading…
Add table
Reference in a new issue