(trunk libT) remove 120 unused ints and 2 unused time_t fields per-peer, whoo
This commit is contained in:
parent
a999e60a3f
commit
1eb2b44b75
|
@ -110,12 +110,6 @@ typedef struct tr_peer
|
||||||
|
|
||||||
time_t chokeChangedAt;
|
time_t chokeChangedAt;
|
||||||
|
|
||||||
time_t lastBlocksAtTime;
|
|
||||||
int blocksAt[60];
|
|
||||||
|
|
||||||
time_t lastCancelTime;
|
|
||||||
int cancelAt[60];
|
|
||||||
|
|
||||||
tr_recentHistory * blocksSentToClient;
|
tr_recentHistory * blocksSentToClient;
|
||||||
tr_recentHistory * blocksSentToPeer;
|
tr_recentHistory * blocksSentToPeer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue