diff options
Diffstat (limited to 'test/unit/prof_reset.c')
| -rw-r--r-- | test/unit/prof_reset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/prof_reset.c b/test/unit/prof_reset.c index 69983e5..5ae45fd 100644 --- a/test/unit/prof_reset.c +++ b/test/unit/prof_reset.c @@ -94,7 +94,8 @@ TEST_END bool prof_dump_header_intercepted = false; prof_cnt_t cnt_all_copy = {0, 0, 0, 0}; static bool -prof_dump_header_intercept(bool propagate_err, const prof_cnt_t *cnt_all) +prof_dump_header_intercept(tsdn_t *tsdn, bool propagate_err, + const prof_cnt_t *cnt_all) { prof_dump_header_intercepted = true; |
