summaryrefslogtreecommitdiff
path: root/src/include/session.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-09-27 12:36:35 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-09-27 12:36:35 -0400
commitc1941beac369d6cf1fd4db94b1a284ae3f82cca1 (patch)
tree0e623623073186618f4ba1dd42217426d9d3f1eb /src/include/session.h
parent9b8e6c91aa24e9c6f66b420225960ac41b4f98f1 (diff)
downloadmongo-c1941beac369d6cf1fd4db94b1a284ae3f82cca1.tar.gz
Boolean conversion pass over include.
Diffstat (limited to 'src/include/session.h')
-rw-r--r--src/include/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/session.h b/src/include/session.h
index a691794fd46..5c3bcfb8ed0 100644
--- a/src/include/session.h
+++ b/src/include/session.h
@@ -134,7 +134,7 @@ struct WT_COMPILER_TYPE_ALIGN(WT_CACHE_LINE_ALIGNMENT) __wt_session_impl {
void *reconcile; /* Reconciliation support */
int (*reconcile_cleanup)(WT_SESSION_IMPL *);
- int compaction; /* Compaction did some work */
+ bool compaction; /* Compaction did some work */
uint32_t flags;