From 86d31c9562e7e0e177ab33948dbdb28f27025167 Mon Sep 17 00:00:00 2001 From: "Maciej \"Iwan\" Iwanowski" Date: Fri, 13 Mar 2020 10:59:50 +0100 Subject: [PATCH] Renaming serialized struct Signed-off-by: Maciej "Iwan" Iwanowski --- info/v1/machine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/v1/machine.go b/info/v1/machine.go index 0b7c3f16..7c9fe697 100644 --- a/info/v1/machine.go +++ b/info/v1/machine.go @@ -176,7 +176,7 @@ type MachineInfo struct { // Memory capacity and number of DIMMs by memory type MemoryByType map[string]*MemoryInfo `json:"memory_by_type"` - NVMInfo NVMInfo `json:"nvm_info"` + NVMInfo NVMInfo `json:"nvm"` // HugePages on this machine. HugePages []HugePagesInfo `json:"hugepages"`