Skip to content

Commit

Permalink
clang14 compat (ydb-platform#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherednik authored and domwst committed Mar 19, 2024
1 parent 9909045 commit 2e894ae
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
namespace NKikimr::NJaegerTracing {

struct TSamplingThrottlingControl::TSamplingThrottlingImpl {
TSamplingThrottlingImpl(TSettings<TSampler, TIntrusivePtr<TThrottler>>&& settings)
: Setup(std::move(settings))
{}

TSettings<TSampler, TIntrusivePtr<TThrottler>> Setup;

void HandleTracing(NWilson::TTraceId& traceId, TRequestDiscriminator discriminator);
Expand Down

0 comments on commit 2e894ae

Please sign in to comment.