Explorar el Código

(struct tar_stat_info): New members is_dumpdir and skipped.

Sergey Poznyakoff hace 19 años
padre
commit
6c28751ca7
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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