Initialize |sentBlocksCount|
It happened to always be 0 during all tests. Test: manual Change-Id: I2f5089096a8ecda2ec52756199412c7d43f6903c
This commit is contained in:
parent
b65950642d
commit
12051a0937
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue