]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
Fixes
[wimlib] / src / lookup_table.h
index b59eff22a227ffcb52b7bad11d81a547a925e1e3..4ec44cd394aab373a9ce9d6c6178aedec3019859 100644 (file)
@@ -101,13 +101,9 @@ struct lookup_table_entry {
         * output_resource_entry is the struct resource_entry for the position of the
         * file resource when written to the output file. */
        u32 out_refcnt;
-       union {
-               struct resource_entry output_resource_entry;
-               struct {
-                       struct list_head staging_list;
-                       struct list_head lte_group_list;
-               };
-       };
+       struct resource_entry output_resource_entry;
+       struct list_head lte_group_list;
+       struct list_head staging_list;
 };
 
 extern struct lookup_table *new_lookup_table(size_t capacity);