diff options
Diffstat (limited to 's/config.h')
-rw-r--r-- | s/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/config.h b/s/config.h index 3b0dc4c1b50..7c4b03d2f26 100644 --- a/s/config.h +++ b/s/config.h @@ -151,7 +151,7 @@ namespace mongo { unsigned long long getNextOpTime() const; private: map<string,DBConfig*> _databases; - mongo::mutex _lock; // TODO: change to r/w lock + boost::mutex _lock; // TODO: change to r/w lock }; class ConfigServer : public DBConfig { |