Skip to content

Commit

Permalink
Merge pull request #1280 from geowiwi/master
Browse files Browse the repository at this point in the history
Fix telegraf 1.22.0 build on OpenBSD/arm64
  • Loading branch information
shirou authored Mar 28, 2022
2 parents a270a18 + 414ada9 commit 78577a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpu/cpu_openbsd_arm64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package cpu

type cpuTimes struct {
User uint64
Nice uint64
Sys uint64
Spin uint64
Intr uint64
Idle uint64
}

0 comments on commit 78577a7

Please sign in to comment.