Renaming serialized struct

Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
This commit is contained in:
Maciej "Iwan" Iwanowski 2020-03-13 10:59:50 +01:00
parent 43641a0533
commit 86d31c9562
No known key found for this signature in database
GPG Key ID: 2484258A4DD3EE84

View File

@ -176,7 +176,7 @@ type MachineInfo struct {
// Memory capacity and number of DIMMs by memory type // Memory capacity and number of DIMMs by memory type
MemoryByType map[string]*MemoryInfo `json:"memory_by_type"` MemoryByType map[string]*MemoryInfo `json:"memory_by_type"`
NVMInfo NVMInfo `json:"nvm_info"` NVMInfo NVMInfo `json:"nvm"`
// HugePages on this machine. // HugePages on this machine.
HugePages []HugePagesInfo `json:"hugepages"` HugePages []HugePagesInfo `json:"hugepages"`