diff options
author | Aaron <aaron@10gen.com> | 2009-04-15 16:10:48 -0400 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2009-04-15 16:10:48 -0400 |
commit | a8abf5e6efce5c30bab12b7f00dc7d06fb849024 (patch) | |
tree | e5e301705beb9318e04a7ef02e8d4b06f5437fbf /util/file_allocator.h | |
parent | 9e6d8a769d9e13259f6e2c77db13423e87d758a9 (diff) | |
download | mongo-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.h | 4 |
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 |