Update log_reader.h
This commit is contained in:
parent
f57513a1d6
commit
f6d094e994
@ -24,7 +24,7 @@ class Reader {
|
|||||||
public:
|
public:
|
||||||
virtual ~Reporter();
|
virtual ~Reporter();
|
||||||
|
|
||||||
// Some corruption was detected. "size" is the approximate number
|
// Some corruption was detected. "bytes" is the approximate number
|
||||||
// of bytes dropped due to the corruption.
|
// of bytes dropped due to the corruption.
|
||||||
virtual void Corruption(size_t bytes, const Status& status) = 0;
|
virtual void Corruption(size_t bytes, const Status& status) = 0;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user