summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/mmap.h')
-rw-r--r--src/mongo/db/storage/mmap_v1/mmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mmap_v1/mmap.h b/src/mongo/db/storage/mmap_v1/mmap.h
index 7b34b21b254..f70b64c96eb 100644
--- a/src/mongo/db/storage/mmap_v1/mmap.h
+++ b/src/mongo/db/storage/mmap_v1/mmap.h
@@ -241,7 +241,7 @@ namespace mongo {
// It ensures close() cannot complete while flush() is running
// Lock Ordering:
// LockMongoFilesShared must be taken before _flushMutex if both are taken
- boost::mutex _flushMutex;
+ stdx::mutex _flushMutex;
#endif
protected: