Merge "Initialize |sentBlocksCount|"

This commit is contained in:
Yurii Zubrytskyi 2020-02-21 05:29:45 +00:00 committed by Gerrit Code Review
commit b182a3582c

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;