summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.cpp
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2019-03-19 22:52:39 -0400
committerMaria van Keulen <maria@mongodb.com>2019-03-21 18:26:52 -0400
commitca3e2c1a9063b5b93547c710a93ffcc440f1b32c (patch)
tree7e88a9aefe63e8814a7d40f575d99b3de91478a3 /src/mongo/db/write_concern.cpp
parent3789c3e4f1721e4ebd9cd076339a77d505051857 (diff)
downloadmongo-ca3e2c1a9063b5b93547c710a93ffcc440f1b32c.tar.gz
SERVER-40228 Refactor OpTimeAndWallTime into new struct
Diffstat (limited to 'src/mongo/db/write_concern.cpp')
-rw-r--r--src/mongo/db/write_concern.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/write_concern.cpp b/src/mongo/db/write_concern.cpp
index 5b5fd9222f9..a2cc613282d 100644
--- a/src/mongo/db/write_concern.cpp
+++ b/src/mongo/db/write_concern.cpp
@@ -53,6 +53,7 @@ namespace mongo {
using std::string;
using repl::OpTime;
+using repl::OpTimeAndWallTime;
static TimerStats gleWtimeStats;
static ServerStatusMetricField<TimerStats> displayGleLatency("getLastError.wtime", &gleWtimeStats);