summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/session.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-12-03 20:21:28 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-03 09:47:48 +0000
commit405e67a9782fc0dd424614d2dd999cdca9230831 (patch)
tree0d883f3014b6149eac6e800812911ce11a60eae5 /src/third_party/wiredtiger/src/include/session.h
parent86f114d4842adb47d61b914ebf2afdefecaecc14 (diff)
downloadmongo-405e67a9782fc0dd424614d2dd999cdca9230831.tar.gz
Import wiredtiger: 646ef5b4e0e77f138b1854baf0e3ef37530a01cf from branch mongodb-master
ref: b6bca85e6e..646ef5b4e0 for: 5.2.0 WT-8476 Some refactorings now that FLCS is less of a special case
Diffstat (limited to 'src/third_party/wiredtiger/src/include/session.h')
-rw-r--r--src/third_party/wiredtiger/src/include/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/include/session.h b/src/third_party/wiredtiger/src/include/session.h
index deb9411304b..5273e1234b4 100644
--- a/src/third_party/wiredtiger/src/include/session.h
+++ b/src/third_party/wiredtiger/src/include/session.h
@@ -181,7 +181,7 @@ struct __wt_session_impl {
size_t op_handle_allocated; /* Bytes allocated */
void *reconcile; /* Reconciliation support */
- void (*reconcile_cleanup)(WT_SESSION_IMPL *);
+ int (*reconcile_cleanup)(WT_SESSION_IMPL *);
/* Salvage support. */
void *salvage_track;