1
0
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:
James Lamb 2015-12-09 07:49:20 +11:00
parent 5700150054
commit a9e946c7dd

View File

@ -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{