X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.h;h=e5241f8068498ce0504145589551c8cffd8b57b8;hp=83796aae2d8bca57cf4566de9467755444da9cfa;hb=24b70d77c3d41a78a5fa78acb0e8ca3edcdd5956;hpb=394c5bd3292c0f3168416c0a5f25989e557b3cfc diff --git a/src/lookup_table.h b/src/lookup_table.h index 83796aae..e5241f80 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -143,6 +143,10 @@ struct wim_lookup_table_entry { /* 1 if this stream had a SHA1-message digest calculated for it yet? */ u8 unhashed : 1; + + u8 deferred : 1; + + u8 no_progress : 1; /* (On-disk field) * Number of times this lookup table entry is referenced by dentries. @@ -223,7 +227,10 @@ struct wim_lookup_table_entry { */ struct resource_entry output_resource_entry; - struct list_head msg_list; + struct { + struct list_head msg_list; + struct list_head being_compressed_list; + }; struct list_head inode_list; struct {