]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Add flag for disabling solid sort
[wimlib] / include / wimlib.h
index 26719cba90cc0bc52b69f82a805a840427b248f7..a7b18489ef178c67f426e0d6e84251598627d063 100644 (file)
@@ -2262,6 +2262,13 @@ typedef int (*wimlib_iterate_lookup_table_callback_t)(const struct wimlib_resour
  */
 #define WIMLIB_WRITE_FLAG_SEND_DONE_WITH_FILE_MESSAGES 0x00002000
 
+/**
+ * If using solid compression, do not sort the streams ("files") to compress by
+ * estimated content similarily.  This flag only has an effect if
+ * ::WIMLIB_WRITE_FLAG_SOLID is also specified.
+ */
+#define WIMLIB_WRITE_FLAG_NO_SOLID_SORT                        0x00004000
+
 /** @} */
 /** @addtogroup G_general
  * @{ */