summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-01-22 15:50:52 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2016-01-22 15:50:52 +1100
commitd77c7fd4b2d67160ff0fc56d5459674fec7a1b73 (patch)
tree85bc9f2b4c934d6532544c1a56bcd044b99060de /bench/wtperf/wtperf.h
parentf403c1d0ec3e6384512a4eff6ac968d6a604c06a (diff)
downloadmongo-d77c7fd4b2d67160ff0fc56d5459674fec7a1b73.tar.gz
WT-2342 implement review feedback.
Diffstat (limited to 'bench/wtperf/wtperf.h')
-rw-r--r--bench/wtperf/wtperf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf.h b/bench/wtperf/wtperf.h
index 3a03b68b116..ad71877fdcf 100644
--- a/bench/wtperf/wtperf.h
+++ b/bench/wtperf/wtperf.h
@@ -188,7 +188,7 @@ struct __config { /* Configuration structure */
volatile int in_warmup; /* Running warmup phase */
pthread_t idle_table_cycle_thread; /* Thread ID of idle cycle thread */
- volatile int idle_cycle_run; /* Signal idle cycle thread */
+ volatile bool idle_cycle_run; /* Signal idle cycle thread */
volatile uint32_t totalsec; /* total seconds running */