From: Sergey Poznyakoff Date: Tue, 31 Jan 2006 11:28:45 +0000 (+0000) Subject: (struct tar_stat_info): New members is_dumpdir and skipped. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=6c28751ca75ff09df6a1769d5a30ce37175a2823;p=chaz%2Ftar (struct tar_stat_info): New members is_dumpdir and skipped. --- diff --git a/src/tar.h b/src/tar.h index 8a01a71..a759a85 100644 --- 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