X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=6ff4620e54a5ac0b129cec00a949c522a730bf2c;hb=827f09ff5864d80eef911fb235bfc3c0cbc90037;hp=702b6f5f82286605cc00303f11cb2f84d4610150;hpb=0dae90626e54e46372c9feddc2f9ac82f046547d;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 702b6f5..6ff4620 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -93,6 +93,14 @@ struct blockdev_info { struct system_info { char *type; char *identifier; + char **platform_primary; + char **platform_other; + unsigned int n_primary; + unsigned int n_other; + char **bmc_current; + char **bmc_golden; + unsigned int n_bmc_current; + unsigned int n_bmc_golden; uint8_t *bmc_mac; struct interface_info **interfaces; unsigned int n_interfaces; @@ -115,6 +123,7 @@ struct interface_config { struct { char *address; char *gateway; + char *url; } static_config; }; };