Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db/log_writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Writer {
private:
Status EmitPhysicalRecord(RecordType type, const char* ptr, size_t length);

WritableFile* dest_;
WritableFile* const dest_;
int block_offset_; // Current offset in block

// crc32c values for all supported record types. These are
Expand Down