]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Rewrite of write_stream_list(), and writing packed resources
[wimlib] / include / wimlib.h
index 930422a87075e853fe582a9429aaf1d9cf186e26..efc770cfdf536bfb3b8f5a9317e1b9ca6a04182a 100644 (file)
@@ -987,7 +987,7 @@ struct wimlib_resource_entry {
         */
        uint32_t is_missing : 1;
 
-       uint32_t is_partial : 1;
+       uint32_t is_packed_streams : 1;
 
        uint32_t reserved_flags : 26;
 
@@ -1513,6 +1513,12 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour
 
 #define WIMLIB_WRITE_FLAG_RESERVED                     0x00000800
 
+/** TODO */
+#define WIMLIB_WRITE_FLAG_PACK_STREAMS                 0x00001000
+
+/** TODO */
+#define WIMLIB_WRITE_FLAG_NO_PACK_STREAMS              0x00002000
+
 /** @} */
 /** @ingroup G_general
  * @{ */