summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
diff options
context:
space:
mode:
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 */