Skip to content

Commit

Permalink
Fix ZAP CI job. (#26071)
Browse files Browse the repository at this point in the history
Looks like a bad merge between
#26016 and
#26025
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Oct 27, 2023
1 parent f1b18b9 commit 2700131
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,14 @@ server cluster SoftwareDiagnostics = 52 {
kWaterMarks = 0x1;
}

struct ThreadMetricsStruct {
int64u id = 0;
optional char_string<8> name = 1;
optional int32u stackFreeCurrent = 2;
optional int32u stackFreeMinimum = 3;
optional int32u stackSize = 4;
}

info event SoftwareFault = 0 {
INT64U id = 0;
optional CHAR_STRING name = 1;
Expand Down

0 comments on commit 2700131

Please sign in to comment.