X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=25bf556e8ee1c931625777a5dee2ba818dbbd057;hb=2b49a92ff84a8ec06ec0f97e36f0f813eaa46764;hp=0333a02d9aa385b4eb121574813d85e862120bfd;hpb=d2b12ddb905a74fa6b2e454142b0b9f71fd99398;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 0333a02..25bf556 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -121,11 +121,15 @@ struct boot_priority { struct config { bool autoboot_enabled; unsigned int autoboot_timeout_sec; - bool safe_mode; struct network_config network; struct boot_priority *boot_priorities; unsigned int n_boot_priorities; char *boot_device; + char *lang; + + /* not user-settable */ + bool safe_mode; + bool debug; }; #endif /* _TYPES_H */