Merge "Initialize |sentBlocksCount|" am: b182a3582c
am: 0cbea75fce
am: c67b5cf8c1
Change-Id: I2ab2be5a58b4de5621121420f9f9ad4a9a8db1ed
This commit is contained in:
commit
78fde6dd94
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue