Skip to content

Commit 78577a7

Browse files
authored
Merge pull request #1280 from geowiwi/master
Fix telegraf 1.22.0 build on OpenBSD/arm64
2 parents a270a18 + 414ada9 commit 78577a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cpu/cpu_openbsd_arm64.go

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package cpu
2+
3+
type cpuTimes struct {
4+
User uint64
5+
Nice uint64
6+
Sys uint64
7+
Spin uint64
8+
Intr uint64
9+
Idle uint64
10+
}

0 commit comments

Comments
 (0)