]> Dogcows Code - chaz/tar/commitdiff
(struct tar_stat_info): New members is_dumpdir and skipped.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 31 Jan 2006 11:28:45 +0000 (11:28 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 31 Jan 2006 11:28:45 +0000 (11:28 +0000)
src/tar.h

index 8a01a71a31019630bf217d8abca478f660cddfc3..a759a8581a0536f3c3e78466a43630a980179417 100644 (file)
--- a/src/tar.h
+++ b/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
This page took 0.022023 seconds and 4 git commands to generate.