0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00

fix compile warning, rename condition_variable -> condition to make old boost happy MINOR

This commit is contained in:
Aaron 2009-04-15 15:23:47 -04:00
parent ebcd7f9157
commit 5dde63de12

View File

@ -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
} // namespace mongo