Skip to content

Commit

Permalink
Add OpCode to msgpack payload
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan committed Jan 2, 2024
1 parent 8fc32c7 commit bd24040
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,10 @@ class ETWProvider
}

/* clang-format off */
nlohmann::json jObj = {};
// {
// { ETW_FIELD_NAME, eventName },
// { ETW_FIELD_OPCODE, Opcode }
// };
nlohmann::json jObj =
{
{ ETW_FIELD_OPCODE, Opcode }
};
/* clang-format on */

std::string eventFieldName(ETW_FIELD_NAME);
Expand Down

0 comments on commit bd24040

Please sign in to comment.