Procházet zdrojové kódy

(struct tar_stat_info): New members is_dumpdir and skipped.

Sergey Poznyakoff před 19 roky
rodič
revize
6c28751ca7
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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