summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test
diff options
context:
space:
mode:
authorWaley Chen <waleycz@gmail.com>2016-05-02 17:42:40 -0400
committerWaley Chen <waleycz@gmail.com>2016-05-02 18:18:48 -0400
commitda38826985001daff55c7e2f723f73f5263e2dbf (patch)
tree947fac050de09b26e1ee1e7626cb519f30f39a1b /src/mongo/db/storage/ephemeral_for_test
parenta45700cc0121c53b09c8fb6761703509427cff62 (diff)
downloadmongo-da38826985001daff55c7e2f723f73f5263e2dbf.tar.gz
SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cpp
Diffstat (limited to 'src/mongo/db/storage/ephemeral_for_test')
-rw-r--r--src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_engine_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_engine_test.cpp b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_engine_test.cpp
index def552757b1..903e70b5037 100644
--- a/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_engine_test.cpp
+++ b/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_engine_test.cpp
@@ -51,7 +51,7 @@ private:
std::unique_ptr<EphemeralForTestEngine> _engine;
};
-KVHarnessHelper* KVHarnessHelper::create() {
+KVHarnessHelper* KVHarnessHelper::create(ClockSource* cs) {
return new EphemeralForTestKVHarnessHelper();
}
}