X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.h;h=4458cc7ef1a146c1c59d9e100f710a84a5288ccb;hp=97d06ec76969d022359ddef792f201e432bc68ed;hb=5cdd60306facd14cc9dcc24471386451294ca73c;hpb=edd7e04ddef20c47975bd2535960b6223496d99b diff --git a/src/lookup_table.h b/src/lookup_table.h index 97d06ec7..4458cc7e 100644 --- a/src/lookup_table.h +++ b/src/lookup_table.h @@ -193,7 +193,10 @@ struct lookup_table_entry { * extraction mode. In these mode, all identical files are linked * together, and @extracted_file will be set to the filename of the * first extracted file containing this stream. */ - char *extracted_file; + struct { + char *extracted_file; + bool extracted; + }; /* List of lookup table entries that correspond to streams that have * been extracted to the staging directory when modifying a read-write