]> wimlib.net Git - wimlib/blobdiff - include/wimlib/blob_table.h
Add support for a data recovery mode
[wimlib] / include / wimlib / blob_table.h
index 610db2419e2f9b96c8c0b079f8830d937848109f..f15c61175c45d86785b8e0f65d9f44aac0053af9 100644 (file)
@@ -141,6 +141,9 @@ struct blob_descriptor {
        /* 1 iff the SHA-1 message digest of this blob is unknown.  */
        u16 unhashed : 1;
 
+       /* 1 iff this blob has failed its checksum.  */
+       u16 corrupted : 1;
+
        /* Temporary fields used when writing blobs; set as documented for
         * prepare_blob_list_for_write().  */
        u16 unique_size : 1;