]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
lib/fold: Handle extra mbrtowc return case
[petitboot] / lib / types / types.h
index e5c7e3e00225daa162c7850eb1d302da63074f7a..0415206bcb95a657cda3cb6476799ccee6b61baa 100644 (file)
@@ -146,9 +146,12 @@ struct config {
        unsigned int            ipmi_bootdev;
        bool                    ipmi_bootdev_persistent;
 
+       bool                    allow_writes;
+
        char                    *lang;
 
        /* not user-settable */
+       bool                    disable_snapshots;
        bool                    safe_mode;
        bool                    debug;
 };