summaryrefslogtreecommitdiff
path: root/ft/tests/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'ft/tests/test.h')
-rw-r--r--ft/tests/test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ft/tests/test.h b/ft/tests/test.h
index b3b9aa21de5..71b655cfcd0 100644
--- a/ft/tests/test.h
+++ b/ft/tests/test.h
@@ -228,7 +228,8 @@ static UU() CACHETABLE_WRITE_CALLBACK def_write_callback(void* write_extraargs)
wc.pe_callback = def_pe_callback;
wc.cleaner_callback = def_cleaner_callback;
wc.write_extraargs = write_extraargs;
- wc.clone_callback = NULL;
+ wc.clone_callback = nullptr;
+ wc.checkpoint_complete_callback = nullptr;
return wc;
}