diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2016-01-22 15:50:52 +1100 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2016-01-22 15:50:52 +1100 |
commit | d77c7fd4b2d67160ff0fc56d5459674fec7a1b73 (patch) | |
tree | 85bc9f2b4c934d6532544c1a56bcd044b99060de /bench/wtperf/wtperf.h | |
parent | f403c1d0ec3e6384512a4eff6ac968d6a604c06a (diff) | |
download | mongo-d77c7fd4b2d67160ff0fc56d5459674fec7a1b73.tar.gz |
WT-2342 implement review feedback.
Diffstat (limited to 'bench/wtperf/wtperf.h')
-rw-r--r-- | bench/wtperf/wtperf.h | 2 |
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 */ |