diff options
author | David Hows <howsdav@gmail.com> | 2015-12-17 10:45:36 +1100 |
---|---|---|
committer | David Hows <howsdav@gmail.com> | 2015-12-17 11:58:46 +1100 |
commit | a2d44133a34d0c90c7f9cedf19543ecbdf6ef40c (patch) | |
tree | 4039b18d9d24568a46fa724155b500ce5b85b8c2 /bench/wtperf/wtperf.h | |
parent | 3ca630a3ddd240fa7c25bcc61c057e1750e51fa8 (diff) | |
download | mongo-a2d44133a34d0c90c7f9cedf19543ecbdf6ef40c.tar.gz |
WT-2269 - add deduplication for config writes
Diffstat (limited to 'bench/wtperf/wtperf.h')
-rw-r--r-- | bench/wtperf/wtperf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h index 32dfe075d3d..a59538746e0 100644 --- a/bench/wtperf/wtperf.h +++ b/bench/wtperf/wtperf.h @@ -281,6 +281,7 @@ int config_opt_file(CONFIG *, const char *); int config_opt_line(CONFIG *, const char *); int config_opt_str(CONFIG *, const char *, const char *); void config_to_file(CONFIG *); +void config_queue_dedupe(CONFIG *); void config_print(CONFIG *); int config_sanity(CONFIG *); void latency_insert(CONFIG *, uint32_t *, uint32_t *, uint32_t *); |