Skip to content

Commit

Permalink
Fix the Enums for the WPA Plugin (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Aug 15, 2024
1 parent 52898aa commit eaeea6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/plugins/trace/dll/DataModel/QuicEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ public enum QuicApiType
ConnectionStart,
ConnectionSetConfiguration,
ConnectionSendResumptionTicket,
ConnectionCompleteResumptionTicketValidation,
StreamOpen,
StreamClose,
StreamStart,
StreamShutdown,
StreamSend,
StreamReceiveComplete,
StreamReceiveSetEnabled,
StreamDatagramSend
StreamDatagramSend,
ConnectionCompleteResumptionTicketValidation,
ConnectionCompleteCertificateValidation
}

public enum QuicConnectionState
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/trace/dll/pluginManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://github.com/raw/microsoft/microsoft-performance-toolkit-sdk/main/src/PluginsSystem/Tools/Microsoft.Performance.Toolkit.Plugins.Cli/Manifest/PluginManifestSchema.json",
"identity": {
"id": "QuicTrace",
"version": "1.0.1"
"version": "1.0.2"
},
"displayName": "QuicTrace",
"description": "Used to open MsQuic trace files.",
Expand Down

0 comments on commit eaeea6a

Please sign in to comment.