Merge "Initialize |sentBlocksCount|" am: b182a3582c

Change-Id: I91a105146a320c8d1f24ecf3b4e4e0af736b77fe
This commit is contained in:
Automerger Merge Worker 2020-02-21 05:41:08 +00:00
commit 0cbea75fce

View file

@ -146,7 +146,7 @@ class File {
const unique_fd& RawFd() const { return fd_; }
std::vector<bool> sentBlocks;
NumBlocks sentBlocksCount;
NumBlocks sentBlocksCount = 0;
const char* const filepath;
const FileId id;