X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flookup_table.h;h=91c42571d498f4787910d1553229f1ee23f33cba;hb=7b36eb8076864060c623f1e39bdf26b363eaa2e5;hp=921a47c3e627fdb968ee9d6a7e48a66d4afbb04c;hpb=4f8059f2d0a74a9922128b162d9c9343b305999c;p=wimlib diff --git a/src/lookup_table.h b/src/lookup_table.h index 921a47c3..91c42571 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -232,7 +232,7 @@ struct wim_lookup_table_entry { struct list_head msg_list; struct list_head being_compressed_list; }; - struct list_head inode_list; + struct list_head lte_dentry_list; struct { struct hlist_node hash_list_2;