summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/block.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-05-07 12:24:29 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-07 02:50:19 +0000
commit58817e04308cbea4aa7627005cb5aaadd32c89fe (patch)
treefdb9352b858fe8f93baa22fccf7541ed7cf50142 /src/third_party/wiredtiger/src/include/block.h
parentbf895e6c5d415e1687bfd879e073b231cd2200e8 (diff)
downloadmongo-58817e04308cbea4aa7627005cb5aaadd32c89fe.tar.gz
Import wiredtiger: 3a5a0b5e0c09af6906c0d539a1547bb73e2cc142 from branch mongodb-5.0
ref: 073ad6d27f..3a5a0b5e0c for: 5.0.0 WT-7346 Connect new API changes to local storage extension
Diffstat (limited to 'src/third_party/wiredtiger/src/include/block.h')
-rw-r--r--src/third_party/wiredtiger/src/include/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/block.h b/src/third_party/wiredtiger/src/include/block.h
index 3b0370f63dd..b8a982e1713 100644
--- a/src/third_party/wiredtiger/src/include/block.h
+++ b/src/third_party/wiredtiger/src/include/block.h
@@ -185,6 +185,7 @@ struct __wt_bm {
int (*compact_skip)(WT_BM *, WT_SESSION_IMPL *, bool *);
int (*compact_start)(WT_BM *, WT_SESSION_IMPL *);
int (*corrupt)(WT_BM *, WT_SESSION_IMPL *, const uint8_t *, size_t);
+ int (*flush_tier)(WT_BM *, WT_SESSION_IMPL *, uint8_t **, size_t *);
int (*free)(WT_BM *, WT_SESSION_IMPL *, const uint8_t *, size_t);
bool (*is_mapped)(WT_BM *, WT_SESSION_IMPL *);
int (*map_discard)(WT_BM *, WT_SESSION_IMPL *, void *, size_t);