]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Rename num_remaining_streams => i_num_remaining_streams
[wimlib] / include / wimlib / inode.h
index 21fb9f535f232a3f4045521afe69faaba2723700..86d3feb33ed9ec9e636768f8f90e0ad6d76ff06e 100644 (file)
@@ -206,7 +206,7 @@ struct wim_inode {
                 * WIMLIB_WRITE_FLAG_SEND_DONE_WITH_FILE_MESSAGES:  the number
                 * of streams this inode has that have not yet been fully read.
                 * */
-               u32 num_remaining_streams;
+               u32 i_num_remaining_streams;
 
 #ifdef WITH_FUSE
                struct {