summaryrefslogtreecommitdiff
path: root/src/mongo/logger/ramlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/logger/ramlog.h')
-rw-r--r--src/mongo/logger/ramlog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/logger/ramlog.h b/src/mongo/logger/ramlog.h
index 306dc36bff4..7a3ff8cdaaa 100644
--- a/src/mongo/logger/ramlog.h
+++ b/src/mongo/logger/ramlog.h
@@ -39,7 +39,7 @@
#include "mongo/logger/appender.h"
#include "mongo/logger/message_event.h"
#include "mongo/logger/tee.h"
-#include "mongo/stdx/mutex.h"
+#include "mongo/platform/mutex.h"
#include "mongo/util/concurrency/mutex.h"
namespace mongo {
@@ -115,7 +115,7 @@ private:
const char* getLine_inlock(unsigned lineNumber) const;
- stdx::mutex _mutex; // Guards all non-static data.
+ stdx::mutex _mutex; // Guards all non-static data. // NOLINT
char lines[N][C];
unsigned h; // current position
unsigned n; // number of lines stores 0 o N