summaryrefslogtreecommitdiff
path: root/ft/ule.h
diff options
context:
space:
mode:
Diffstat (limited to 'ft/ule.h')
-rw-r--r--ft/ule.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ft/ule.h b/ft/ule.h
index 4ac84f3f82a..d3b3a719500 100644
--- a/ft/ule.h
+++ b/ft/ule.h
@@ -53,18 +53,18 @@ void fast_msg_to_leafentry(
LEAFENTRY *new_leafentry_p) ;
int apply_msg_to_leafentry(FT_MSG msg,
- LEAFENTRY old_leafentry, // NULL if there was no stored data.
- size_t *new_leafentry_memorysize,
- LEAFENTRY *new_leafentry_p,
- OMT omt,
- struct mempool *mp,
- void **maybe_free,
+ LEAFENTRY old_leafentry, // NULL if there was no stored data.
+ size_t *new_leafentry_memorysize,
+ LEAFENTRY *new_leafentry_p,
+ OMT *omtp,
+ struct mempool *mp,
+ void **maybe_free,
int64_t * numbytes_delta_p);
int garbage_collect_leafentry(LEAFENTRY old_leaf_entry,
LEAFENTRY *new_leaf_entry,
size_t *new_leaf_entry_memory_size,
- OMT omt,
+ OMT *omtp,
struct mempool *mp,
void **maybe_free,
const xid_omt_t &snapshot_xids,