Skip to content

Commit fcc97a0

Browse files
Shutting down copy
1 parent 302ef88 commit fcc97a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datadog/telemetry/telemetry_impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ Telemetry::Telemetry(Telemetry&& rhs)
246246
http_client_(rhs.http_client_),
247247
clock_(std::move(rhs.clock_)),
248248
scheduler_(std::move(rhs.scheduler_)),
249+
shutting_down_(rhs.shutting_down_.load(std::memory_order_relaxed)),
249250
counters_(std::move(rhs.counters_)),
250251
counters_snapshot_(std::move(rhs.counters_snapshot_)),
251252
rates_(std::move(rhs.rates_)),

0 commit comments

Comments
 (0)