Quellcode durchsuchen

Update log_reader.h

naive_version
Raynol Menezes vor 3 Jahren
committed von GitHub
Ursprung
Commit
f6d094e994
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      db/log_reader.h

+ 1
- 1
db/log_reader.h Datei anzeigen

@ -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;
};

Laden…
Abbrechen
Speichern