]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
ui/ncurses: Keep track of the default boot option
[petitboot] / lib / types / types.h
index 9ab2a43497602d22507e65602132930a20d52f0f..39760d91848d150b9c01cc50bc609f77d2ceaf14 100644 (file)
@@ -54,6 +54,7 @@ struct boot_option {
        char            *boot_args;
        char            *args_sig_file;
        bool            is_default;
+       bool            is_autoboot_default;
 
        struct list_item        list;
 
@@ -97,6 +98,7 @@ struct status {
        } type;
        char    *message;
        bool    backlog;
+       bool    boot_active;
 };
 
 struct statuslog_entry {
@@ -110,6 +112,7 @@ struct interface_info {
        char            *name;
        bool            link;
        char            *address;
+       char            *address_v6;
 };
 
 struct blockdev_info {