change the snakecase to reflect the files being read

pull/122/head
James Lamb 10 years ago
parent 5700150054
commit a9e946c7dd

@ -65,8 +65,8 @@ type NetInterfaceStat struct {
} }
type NetFilterStat struct { type NetFilterStat struct {
ConnTrackCount int64 `json:"conn_track_count"` ConnTrackCount int64 `json:"conntrack_count"`
ConnTrackMax int64 `json:"conn_track_max"` ConnTrackMax int64 `json:"conntrack_max"`
} }
var constMap = map[string]int{ var constMap = map[string]int{

Loading…
Cancel
Save