]> 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 879375cc061870f0eb2afe139e150c2b6ea7b338..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;