mirror of
https://github.com/transmission/transmission
synced 2024-12-27 01:57:52 +00:00
parent
77b11232f2
commit
d7773c47b6
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ struct tr_torrent
|
|||
uint32_t lastBlockSize;
|
||||
uint32_t lastPieceSize;
|
||||
|
||||
uint16_t blockCountInPiece;
|
||||
uint16_t blockCountInLastPiece;
|
||||
uint32_t blockCountInPiece;
|
||||
uint32_t blockCountInLastPiece;
|
||||
|
||||
struct tr_completion completion;
|
||||
|
||||
|
|
Loading…
Reference in a new issue