]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
extract.c: Omit encrypted files when unsupported
[wimlib] / include / wimlib / apply.h
index 8a556263dab9f936e6cf4981da3c9b0381d816c7..97497d7bb26268e41f37d00333fd778f7f90eae2 100644 (file)
@@ -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;