mdbx: rename bootid' fields to be neutral for endianess.

Change-Id: I7d52d3c2c93dcc6e886d336885070eb1aee1c284
This commit is contained in:
Leonid Yuriev
2020-09-26 01:45:00 +03:00
parent 989a7c992e
commit 12339d4e7c
3 changed files with 17 additions and 17 deletions

2
mdbx.h
View File

@@ -1936,7 +1936,7 @@ struct MDBX_envinfo {
relevant information is available from the system. */
struct {
struct {
uint64_t l, h;
uint64_t x, y;
} current, meta0, meta1, meta2;
} mi_bootid;