Skip to content

Commit

Permalink
Change NonVolatileSizeLimitMiB from string to int
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathwingTheBoss committed Sep 2, 2024
1 parent 71755ec commit 31c5096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redfish/memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ type Memory struct {
// product ID of this memory module as defined by the manufacturer.
ModuleProductID string
// NonVolatileSizeLimitMiB shall contain the total non-volatile memory capacity in mebibytes (MiB).
NonVolatileSizeLimitMiB string
NonVolatileSizeLimitMiB int
// NonVolatileSizeMiB shall contain the total size of the non-volatile portion memory in MiB.
NonVolatileSizeMiB int
// OperatingMemoryModes shall be the memory
Expand Down

0 comments on commit 31c5096

Please sign in to comment.