(libT) rename internal struct 'tr_torrent_peers' as 'tr_swarm'

This commit is contained in:
Jordan Lee 2013-01-27 21:03:52 +00:00
parent 779049bf1b
commit e85ece214e
2 changed files with 1787 additions and 1754 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;