diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-09-27 12:36:35 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-09-27 12:36:35 -0400 |
commit | c1941beac369d6cf1fd4db94b1a284ae3f82cca1 (patch) | |
tree | 0e623623073186618f4ba1dd42217426d9d3f1eb /src/include/session.h | |
parent | 9b8e6c91aa24e9c6f66b420225960ac41b4f98f1 (diff) | |
download | mongo-c1941beac369d6cf1fd4db94b1a284ae3f82cca1.tar.gz |
Boolean conversion pass over include.
Diffstat (limited to 'src/include/session.h')
-rw-r--r-- | src/include/session.h | 2 |
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; |