From: Sergey Poznyakoff Date: Fri, 23 Jun 2006 15:22:31 +0000 (+0000) Subject: (struct tar_stat_info.sparse_major,sparse_minor): New members X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=5679d3020e6a29556271ea45c5f81ab4098ca98f (struct tar_stat_info.sparse_major,sparse_minor): New members --- diff --git a/src/tar.h b/src/tar.h index 620b935..cc45926 100644 --- a/src/tar.h +++ b/src/tar.h @@ -295,6 +295,8 @@ struct tar_stat_info bool is_sparse; /* Is the file sparse */ /* For sparse files: */ + unsigned sparse_major; + unsigned sparse_minor; size_t sparse_map_avail; /* Index to the first unused element in sparse_map array. Zero if the file is not sparse */