Skip to content

Commit

Permalink
Fix ETW
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Jan 12, 2024
1 parent 702c03f commit e74c8f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ namespace trace

class ETWRandomIdGenerator : public IdGenerator
{
public:
ETWRandomIdGenerator() : IdGenerator(true) {}

opentelemetry::trace::SpanId GenerateSpanId() noexcept override
{
Expand Down

0 comments on commit e74c8f3

Please sign in to comment.