X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fdentry.h;h=8d359a952d27af4daa5666985c9352b28d066098;hp=2a40ef42ff64828c6b9861de27365e5ba0dd495d;hb=7e6ea29df780d210dc718b7ae7bf74faf3826efb;hpb=b2e23462b6eee5d5702fcfa5247bbf57bb6474a0;ds=sidebyside diff --git a/include/wimlib/dentry.h b/include/wimlib/dentry.h index 2a40ef42..8d359a95 100644 --- a/include/wimlib/dentry.h +++ b/include/wimlib/dentry.h @@ -159,6 +159,12 @@ struct wim_dentry { * characters). Otherwise this will always be 0. */ u8 extraction_skipped : 1; + /* For extraction operations, this flag will be set on dentries in the + * tree being extracted. */ + u8 in_extraction_tree : 1; + + /* During extraction extractions, this flag will be set after the + * "skeleton" of the dentry has been extracted. */ u8 skeleton_extracted : 1; /* When capturing from a NTFS volume using NTFS-3g, this flag is set on