X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=055cdfda735f18838821dcf44f2219cfeccece9d;hb=75bf036edc1425eb66dcc9623846c7204f943ce6;hp=677d1dd02d2e03a0885720f73ce40d725266274b;hpb=b4e605a82978e85056ba046b5d71c34d43887a4e;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index 677d1dd..055cdfd 100644 --- a/src/tar.h +++ b/src/tar.h @@ -288,6 +288,8 @@ struct tar_stat_info off_t archive_file_size; /* Size of file as stored in the archive. Equals stat.st_size for non-sparse files */ + bool is_sparse; /* Is the file sparse */ + size_t sparse_map_avail; /* Index to the first unused element in sparse_map array. Zero if the file is not sparse */