]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
discover: Add disable param for dm-snapshots
[petitboot] / lib / types / types.h
index f7e47522dcd818d6b2a226e469fd7ee48543f50e..0415206bcb95a657cda3cb6476799ccee6b61baa 100644 (file)
@@ -151,6 +151,7 @@ struct config {
        char                    *lang;
 
        /* not user-settable */
+       bool                    disable_snapshots;
        bool                    safe_mode;
        bool                    debug;
 };