summaryrefslogtreecommitdiff
path: root/util/file_allocator.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-04-15 16:10:48 -0400
committerAaron <aaron@10gen.com>2009-04-15 16:10:48 -0400
commita8abf5e6efce5c30bab12b7f00dc7d06fb849024 (patch)
treee5e301705beb9318e04a7ef02e8d4b06f5437fbf /util/file_allocator.h
parent9e6d8a769d9e13259f6e2c77db13423e87d758a9 (diff)
downloadmongo-a8abf5e6efce5c30bab12b7f00dc7d06fb849024.tar.gz
Revert "Revert "fix compile warning, rename condition_variable -> condition to make old boost happy MINOR""
This reverts commit 836e92e7ddc2bdd090e7cffa3ab039c9f9c0bc50.
Diffstat (limited to 'util/file_allocator.h')
-rw-r--r--util/file_allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/file_allocator.h b/util/file_allocator.h
index e81de1834a6..04b6a806556 100644
--- a/util/file_allocator.h
+++ b/util/file_allocator.h
@@ -108,7 +108,7 @@ namespace mongo {
}
mutable boost::mutex pendingMutex_;
- mutable boost::condition_variable pendingUpdated_;
+ mutable boost::condition pendingUpdated_;
list< string > pending_;
mutable map< string, int > pendingSize_;
@@ -187,4 +187,4 @@ namespace mongo {
FileAllocator &theFileAllocator();
-} // namespace mongo \ No newline at end of file
+} // namespace mongo