Raynol Menezes
há 3 anos
committed by
GitHub
ascendente
cometimento
f6d094e994
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
db/log_reader.h
|
|
@ -24,7 +24,7 @@ class Reader { |
|
|
|
public: |
|
|
|
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. |
|
|
|
virtual void Corruption(size_t bytes, const Status& status) = 0; |
|
|
|
}; |
|
|
|