mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
warning fix
This commit is contained in:
parent
fe4d8d585e
commit
8ef72cbff5
@ -29,7 +29,7 @@ namespace mongo {
|
||||
int locked;
|
||||
|
||||
public:
|
||||
MutexInfo() : locked(0) , timeLocked(0) {
|
||||
MutexInfo() : timeLocked(0) , locked(0) {
|
||||
start = curTimeMicros64();
|
||||
}
|
||||
void entered() {
|
||||
|
Loading…
Reference in New Issue
Block a user