]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
inode fields rename
[wimlib] / src / lookup_table.h
index f23a864a45796fee19a3e10dc5b3d1e9daac324e..cbf5daf36b091c8a1d82ebac4e9084f15e80abb2 100644 (file)
@@ -155,7 +155,7 @@ struct lookup_table_entry {
                /* Pointer to inode that contains the opened file descriptors to
                 * this stream (valid iff resource_location ==
                 * RESOURCE_IN_STAGING_FILE) */
-               struct inode *inode;
+               struct inode *lte_inode;
        };
 #ifdef WITH_FUSE
        u16 num_opened_fds;