(struct tar_stat_info): New members is_dumpdir and skipped.

This commit is contained in:
Sergey Poznyakoff
2006-01-31 11:28:45 +00:00
parent 0e848e7b2c
commit 6c28751ca7

View File

@@ -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