change the snakecase to reflect the files being read

pull/122/head
James Lamb 9 years ago
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…
Cancel
Save