Skip to content

Commit b8f5e59

Browse files
committed
metric.go: add field SafeRank to detector status.
1 parent b0ea9c5 commit b8f5e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metric/metric.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ type DTStatus struct {
5656
InVirtualMachine bool `toml:"in_virtual_machine" json:"in_virtual_machine"`
5757
InEmulator bool `toml:"in_emulator" json:"in_emulator"`
5858
IsAccelerated bool `toml:"is_accelerated" json:"is_accelerated"`
59+
SafeRank int8 `toml:"safe_rank" json:"safe_rank"`
5960
}
6061

6162
// SMStatus contains status about sysmon.

0 commit comments

Comments
 (0)