]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
ui/ncurses: Reset console options on boot
[petitboot] / lib / types / types.h
index 9ab2a43497602d22507e65602132930a20d52f0f..f5392c89c4a7b1715622cf3d7520e956e24ac30b 100644 (file)
@@ -97,6 +97,7 @@ struct status {
        } type;
        char    *message;
        bool    backlog;
+       bool    boot_active;
 };
 
 struct statuslog_entry {
@@ -110,6 +111,7 @@ struct interface_info {
        char            *name;
        bool            link;
        char            *address;
+       char            *address_v6;
 };
 
 struct blockdev_info {