Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Fix Event Tracing ItemType Conversion (#1475)
Browse files Browse the repository at this point in the history
* Add type to CEventTrace.ItemType enum
  • Loading branch information
Sean Parker authored Sep 1, 2020
1 parent 9d1ea5e commit ed2fdb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public struct SpanId
public fixed Char Data[16];
}

public enum ItemType
public enum ItemType : byte
{
Span = 1,
Event = 2
Expand Down

0 comments on commit ed2fdb2

Please sign in to comment.