piece picker fix

This commit is contained in:
arvidn 2016-11-29 17:14:14 -05:00 committed by Arvid Norberg
parent 09b5cfd688
commit 6267984e5e
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ namespace libtorrent
// the number of peers that has this piece
// (availability)
std::uint16_t peer_count = 0;
std::uint32_t peer_count : 26;
// one of the enums from state_t. This indicates whether this piece
// is currently being downloaded or not, and what state it's in if