Skip to content

Commit

Permalink
Rename FIXED_MAP flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Feb 28, 2025
1 parent 03301c4 commit 7f76ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heed/src/mdb/lmdb_flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bitflags! {
#[repr(transparent)]
pub struct EnvFlags: u32 {
/// mmap at a fixed address (experimental).
const FIXEDMAP = ffi::MDB_FIXEDMAP;
const FIXED_MAP = ffi::MDB_FIXEDMAP;
/// No environment directory.
const NO_SUB_DIR = ffi::MDB_NOSUBDIR;
/// Don't fsync after commit.
Expand Down

0 comments on commit 7f76ce1

Please sign in to comment.