X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.h;h=4ec44cd394aab373a9ce9d6c6178aedec3019859;hp=b59eff22a227ffcb52b7bad11d81a547a925e1e3;hb=8a7aa1e0e77c5fadb2ee4d062b90532f709f7883;hpb=0dd190af48ac572f9e33ff9436ec8900fa6281a3 diff --git a/src/lookup_table.h b/src/lookup_table.h index b59eff22..4ec44cd3 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -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);