]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
win32_apply.c: Match PrepopulateList patterns against all inode aliases
[wimlib] / include / wimlib / inode.h
index 03c9acd8ca05aa22810b1776d234b5073499fd4a..733d3847f8082fc12e0a204c443ecc46f8d50247 100644 (file)
@@ -102,6 +102,9 @@ struct wim_inode {
         * has no ADS entries  */
        u8 i_canonical_streams : 1;
 
+       /* Cached value  */
+       u8 i_can_externally_back : 1;
+
        /* Pointer to a malloc()ed array of i_num_ads alternate data stream
         * entries for this inode.  */
        struct wim_ads_entry *i_ads_entries;
@@ -181,7 +184,7 @@ struct wim_inode {
                 * WIMLIB_WRITE_FLAG_SEND_DONE_WITH_FILE_MESSAGES:  the number
                 * of data streams this inode has that have not yet been fully
                 * read.  */
-               u32 num_unread_streams;
+               u32 num_remaining_streams;
 
 #ifdef WITH_FUSE
                struct {