Browse Source

(struct tar_stat_info): New members is_dumpdir and skipped.

Sergey Poznyakoff 19 years ago
parent
commit
6c28751ca7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/tar.h

+ 4 - 1
src/tar.h

@@ -300,7 +300,10 @@ struct tar_stat_info
   struct sp_array *sparse_map;
 
   /* For dumpdirs */
-  char *dumpdir;
+  bool is_dumpdir;          /* Is the member a dumpdir? */
+  bool skipped;             /* The member contents is already read
+			       (for GNUTYPE_DUMPDIR) */
+  char *dumpdir;            /* Contents of the dump directory */    
 };
 
 union block