mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
MDB_VL32 cleanup: MDB_env.mm_mapsize type
This commit is contained in:
parent
e1be73c771
commit
c0ff9a267a
1 changed files with 1 additions and 1 deletions
|
|
@ -1129,7 +1129,7 @@ typedef struct MDB_meta {
|
|||
#else
|
||||
void *mm_address; /**< address for fixed mapping */
|
||||
#endif
|
||||
pgno_t mm_mapsize; /**< size of mmap region */
|
||||
mdb_size_t mm_mapsize; /**< size of mmap region */
|
||||
MDB_db mm_dbs[CORE_DBS]; /**< first is free space, 2nd is main db */
|
||||
/** The size of pages used in this DB */
|
||||
#define mm_psize mm_dbs[FREE_DBI].md_pad
|
||||
|
|
|
|||
Loading…
Reference in a new issue