Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/otlp/http_instrumented_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
namespace
{

std::mutex serialize;

#ifdef ENABLE_THREAD_INSTRUMENTATION_PREVIEW

std::mutex serialize;

/**
The purpose of MyThreadInstrumentation is to demonstrate
how notifications are delivered to the application.
Expand Down
Loading