X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=f543b7f7ea3295d39a91783897663152e5350f5d;hb=a240e296ac2ecf8934f71cb23946fc77101cdfd6;hp=129319309cc0882ee36f3c7775fe56e780e1afd1;hpb=95a566908a5e02c51bd2af6b468df3fb9ad1bf75;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 1293193..f543b7f 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -122,8 +122,20 @@ struct config { bool autoboot_enabled; unsigned int autoboot_timeout_sec; struct network_config network; + struct boot_priority *boot_priorities; unsigned int n_boot_priorities; + + char *boot_device; + + unsigned int ipmi_bootdev; + bool ipmi_bootdev_persistent; + + char *lang; + + /* not user-settable */ + bool safe_mode; + bool debug; }; #endif /* _TYPES_H */