소스 검색

(struct tar_stat_info.sparse_major,sparse_minor): New members

Sergey Poznyakoff 19 년 전
부모
커밋
5679d3020e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/tar.h

+ 2 - 0
src/tar.h

@@ -295,6 +295,8 @@ struct tar_stat_info
   bool   is_sparse;         /* Is the file sparse */
 
   /* For sparse files: */
+  unsigned sparse_major;
+  unsigned sparse_minor;
   size_t sparse_map_avail;  /* Index to the first unused element in
 			       sparse_map array. Zero if the file is
 			       not sparse */