summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/os.h
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-09-30 15:04:43 +1000
committerAlex Gorrod <alexg@wiredtiger.com>2015-09-30 15:04:43 +1000
commit7c8c1f8d508f62aeb3dbc1ac093330fb5a872174 (patch)
tree5e77accabdeeeaabc57a1fbdbbdd9e6a049bfcf2 /src/third_party/wiredtiger/src/include/os.h
parent2df922eae05292e9ec5b5e4d2525d3c429a8ea4f (diff)
downloadmongo-7c8c1f8d508f62aeb3dbc1ac093330fb5a872174.tar.gz
Import wiredtiger-wiredtiger-2.6.1-1261-g3c85664.tar.gz from wiredtiger branch mongodb-3.2
Diffstat (limited to 'src/third_party/wiredtiger/src/include/os.h')
-rw-r--r--src/third_party/wiredtiger/src/include/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/include/os.h b/src/third_party/wiredtiger/src/include/os.h
index a8bf59f25d3..4ba588111b8 100644
--- a/src/third_party/wiredtiger/src/include/os.h
+++ b/src/third_party/wiredtiger/src/include/os.h
@@ -101,5 +101,5 @@ struct __wt_fh {
WT_FALLOCATE_POSIX,
WT_FALLOCATE_STD,
WT_FALLOCATE_SYS } fallocate_available;
- int fallocate_requires_locking;
+ bool fallocate_requires_locking;
};