Fix win32_SystemProcessorPerformanceInformation struct

pull/1831/head
Niklas Empt 1 month ago
parent 1e1ad22d90
commit 6f4ea788d9

@ -39,7 +39,7 @@ type win32_SystemProcessorPerformanceInformation struct { //nolint:revive //FIXM
UserTime int64 // usertime in 100ns (this is not a filetime). UserTime int64 // usertime in 100ns (this is not a filetime).
DpcTime int64 // dpc time in 100ns (this is not a filetime). DpcTime int64 // dpc time in 100ns (this is not a filetime).
InterruptTime int64 // interrupt time in 100ns InterruptTime int64 // interrupt time in 100ns
InterruptCount uint32 InterruptCount uint64 // ULONG needs to be uint64
} }
const ( const (

Loading…
Cancel
Save