summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2015-12-17 10:45:36 +1100
committerDavid Hows <howsdav@gmail.com>2015-12-17 11:58:46 +1100
commita2d44133a34d0c90c7f9cedf19543ecbdf6ef40c (patch)
tree4039b18d9d24568a46fa724155b500ce5b85b8c2 /bench/wtperf/wtperf.h
parent3ca630a3ddd240fa7c25bcc61c057e1750e51fa8 (diff)
downloadmongo-a2d44133a34d0c90c7f9cedf19543ecbdf6ef40c.tar.gz
WT-2269 - add deduplication for config writes
Diffstat (limited to 'bench/wtperf/wtperf.h')
-rw-r--r--bench/wtperf/wtperf.h1
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 *);