aboutsummaryrefslogtreecommitdiff
path: root/db/log_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/log_reader.h')
-rw-r--r--db/log_reader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/log_reader.h b/db/log_reader.h
index 82d4bee68d..6aff791716 100644
--- a/db/log_reader.h
+++ b/db/log_reader.h
@@ -94,8 +94,8 @@ class Reader {
// Reports dropped bytes to the reporter.
// buffer_ must be updated to remove the dropped bytes prior to invocation.
- void ReportCorruption(size_t bytes, const char* reason);
- void ReportDrop(size_t bytes, const Status& reason);
+ void ReportCorruption(uint64_t bytes, const char* reason);
+ void ReportDrop(uint64_t bytes, const Status& reason);
// No copying allowed
Reader(const Reader&);