X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fapply.h;h=97497d7bb26268e41f37d00333fd778f7f90eae2;hp=8a556263dab9f936e6cf4981da3c9b0381d816c7;hb=04dcfc0042a286557e6a0cf358793538d6500379;hpb=bf146b03ed91788ebc56ecf97a7a1e13d780d961;ds=sidebyside diff --git a/include/wimlib/apply.h b/include/wimlib/apply.h index 8a556263..97497d7b 100644 --- a/include/wimlib/apply.h +++ b/include/wimlib/apply.h @@ -175,6 +175,7 @@ struct wim_features { unsigned long system_files; unsigned long compressed_files; unsigned long encrypted_files; + unsigned long encrypted_directories; unsigned long not_context_indexed_files; unsigned long sparse_files; unsigned long named_data_streams; @@ -198,6 +199,7 @@ struct apply_ctx { struct wim_dentry *extract_root; const struct apply_operations *ops; struct wim_features supported_features; + u32 supported_attributes_mask; struct list_head stream_list; tchar *realtarget; size_t realtarget_nchars;