summaryrefslogtreecommitdiff
path: root/src/mongo/executor/async_request_executor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/executor/async_request_executor.cpp')
-rw-r--r--src/mongo/executor/async_request_executor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/executor/async_request_executor.cpp b/src/mongo/executor/async_request_executor.cpp
index 93b7867f262..53b9386b143 100644
--- a/src/mongo/executor/async_request_executor.cpp
+++ b/src/mongo/executor/async_request_executor.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kExecutor
#include "mongo/executor/async_request_executor.h"
@@ -37,6 +36,9 @@
#include "mongo/platform/compiler.h"
#include "mongo/util/fail_point.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kExecutor
+
+
namespace mongo {
MONGO_FAIL_POINT_DEFINE(hangBeforeRunningAsyncRequestExecutorTask);