]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Read concat runs
[wimlib] / include / wimlib.h
index c777541683ccc996b3b80b3b656fbe5b342daef3..00e8e5e7c582c2f237238064d4e8d48b10b7402b 100644 (file)
@@ -987,8 +987,15 @@ struct wimlib_resource_entry {
         */
        uint32_t is_missing : 1;
 
-       uint32_t reserved_flags : 27;
-       uint64_t reserved[4];
+       uint32_t is_partial : 1;
+
+       uint32_t reserved_flags : 26;
+
+       uint64_t raw_resource_offset_in_wim;
+       uint64_t raw_resource_uncompressed_size;
+       uint64_t raw_resource_compressed_size;
+
+       uint64_t reserved[1];
 };
 
 /** A stream of a file in the WIM.  */