X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flookup_table.h;h=9f6e3ea38008a15e271460c4a091e5ad819ddd6b;hp=bfd219c85434b627cd2023a07899927052a59a01;hb=0ac1c0afd3f1b4341409e66cb31c94053d1b8988;hpb=b29b7590567518adf07b08ba73d32cb4a975147a diff --git a/include/wimlib/lookup_table.h b/include/wimlib/lookup_table.h index bfd219c8..9f6e3ea3 100644 --- a/include/wimlib/lookup_table.h +++ b/include/wimlib/lookup_table.h @@ -108,6 +108,9 @@ struct wim_lookup_table_entry { u32 may_send_done_with_file : 1; + /* Only used by wimlib_export_image() */ + u32 was_exported : 1; + union { /* (On-disk field) SHA1 message digest of the stream referenced * by this lookup table entry. */