X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;fp=lib%2Ftypes%2Ftypes.h;h=6ff4620e54a5ac0b129cec00a949c522a730bf2c;hp=63c1c7c811aaed6deb2ba26630dc23d7611eb668;hb=72928ed32ab3684be74e4a3b90329dee7cfa6bbb;hpb=11284780b9aa525dd659bd85d6374040630db008 diff --git a/lib/types/types.h b/lib/types/types.h index 63c1c7c..6ff4620 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -93,9 +93,9 @@ struct blockdev_info { struct system_info { char *type; char *identifier; - char **platform_current; + char **platform_primary; char **platform_other; - unsigned int n_current; + unsigned int n_primary; unsigned int n_other; char **bmc_current; char **bmc_golden;