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:
parent
ebcd7f9157
commit
5dde63de12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user