Merge "Initialize |sentBlocksCount|" am: b182a3582c am: 0cbea75fce

Change-Id: I7948bf9bbbe865f82ec9efc8db48271b73d230c1
This commit is contained in:
Automerger Merge Worker 2020-02-21 05:54:30 +00:00
commit c67b5cf8c1

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;