X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Flookup_table.h;h=423af6dc702566b11cac42ce8745b25d7c6016f4;hb=72cc9a31b518ca830fcc7a2ed74a20415d6e13ec;hp=f257aa3fd4df55b24f6ec62fda6b44e18ea5b585;hpb=da2c501c4ca54063126290c2103f607e926c9989;p=wimlib diff --git a/src/lookup_table.h b/src/lookup_table.h index f257aa3f..423af6dc 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -82,9 +82,11 @@ struct lookup_table_entry { /* Compression type used in other WIM. */ int other_wim_ctype; }; - struct wimlib_fd *fds; - u16 num_allocated_fds; - u16 num_opened_fds; + struct { + struct wimlib_fd **fds; + u16 num_allocated_fds; + u16 num_opened_fds; + }; }; /* When a WIM file is written, out_refcnt starts at 0 and is incremented