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

Change-Id: I2ab2be5a58b4de5621121420f9f9ad4a9a8db1ed
This commit is contained in:
Automerger Merge Worker 2020-02-21 06:04:52 +00:00
commit 78fde6dd94
1 changed files with 1 additions and 1 deletions

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;