We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cf8e86 + 1e33bb5 commit 6685544Copy full SHA for 6685544
examples/otlp/http_instrumented_main.cc
@@ -4,7 +4,7 @@
4
#include <chrono>
5
#include <iostream>
6
#include <memory>
7
-#include <mutex>
+#include <mutex> // IWYU pragma: keep
8
#include <string>
9
#include <utility>
10
@@ -58,10 +58,10 @@
58
namespace
59
{
60
61
-std::mutex serialize;
62
-
63
#ifdef ENABLE_THREAD_INSTRUMENTATION_PREVIEW
64
+std::mutex serialize;
+
65
/**
66
The purpose of MyThreadInstrumentation is to demonstrate
67
how notifications are delivered to the application.
0 commit comments