diff options
Diffstat (limited to 'log_db/src/common.rs')
| -rw-r--r-- | log_db/src/common.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log_db/src/common.rs b/log_db/src/common.rs index 0a1179e..c08f212 100644 --- a/log_db/src/common.rs +++ b/log_db/src/common.rs @@ -14,6 +14,7 @@ use std::os::unix::fs::MetadataExt; use std::os::windows::fs::MetadataExt; pub const ACTIVE_SYMLINK_FILENAME: &str = "active"; +pub const METADATA_FILE_HEADER_SIZE: usize = 24; pub const EXCL_LOCK_REQUEST_FILENAME: &str = "excl_lock_req"; pub const DEFAULT_READ_BUF_SIZE: usize = 1024 * 1024; // 1 MB pub const FIELD_SEPARATOR: u8 = b'\x1C'; |
