summaryrefslogtreecommitdiff
path: root/src/mongo/transport/baton_asio_linux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/transport/baton_asio_linux.cpp')
-rw-r--r--src/mongo/transport/baton_asio_linux.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/transport/baton_asio_linux.cpp b/src/mongo/transport/baton_asio_linux.cpp
index 69404e843a7..65a305ac4c2 100644
--- a/src/mongo/transport/baton_asio_linux.cpp
+++ b/src/mongo/transport/baton_asio_linux.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kNetwork
#include <sys/eventfd.h>
@@ -43,6 +42,9 @@
#include "mongo/util/fail_point.h"
#include "mongo/util/time_support.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kNetwork
+
+
namespace mongo {
namespace transport {
namespace {