mirror of
https://github.com/shirou/gopsutil.git
synced 2025-04-26 13:48:59 +08:00
change the snakecase to reflect the files being read
This commit is contained in:
parent
5700150054
commit
a9e946c7dd
@ -65,8 +65,8 @@ type NetInterfaceStat struct {
|
||||
}
|
||||
|
||||
type NetFilterStat struct {
|
||||
ConnTrackCount int64 `json:"conn_track_count"`
|
||||
ConnTrackMax int64 `json:"conn_track_max"`
|
||||
ConnTrackCount int64 `json:"conntrack_count"`
|
||||
ConnTrackMax int64 `json:"conntrack_max"`
|
||||
}
|
||||
|
||||
var constMap = map[string]int{
|
||||
|
Loading…
x
Reference in New Issue
Block a user