X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fapply.h;h=5cd6e10fcec398af0c7ed5e06f87b5129343d29c;hb=41f15b937564a3ae58f199c27e8290a1b1a40856;hp=11a0365135e5c7157159edd73e4ce8473b348eee;hpb=f7e62e27ceae4cf2ad2cc74b1a97ebf3015b95eb;p=wimlib diff --git a/include/wimlib/apply.h b/include/wimlib/apply.h index 11a03651..5cd6e10f 100644 --- a/include/wimlib/apply.h +++ b/include/wimlib/apply.h @@ -211,11 +211,13 @@ struct apply_ctx { size_t target_nchars; wimlib_progress_func_t progress_func; union wimlib_progress_info progress; - struct wim_dentry *extract_root; const struct apply_operations *ops; + struct list_head stream_list; struct wim_features supported_features; + bool root_dentry_is_special; u32 supported_attributes_mask; - struct list_head stream_list; + + struct wim_dentry *extract_root; tchar *realtarget; size_t realtarget_nchars; unsigned long invalid_sequence; @@ -224,7 +226,6 @@ struct apply_ctx { struct filedes tmpfile_fd; tchar *tmpfile_name; u64 num_streams_remaining; - bool root_dentry_is_special; uint64_t next_progress; intptr_t private[8]; };