X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=cc45926cff1d61582ce9ad32eca0cef8bb73bb91;hb=5addfdcb03a710d220d0d38262b106b99268b2ec;hp=620b935bd0ebadc79cd6615995d774db1f891c10;hpb=f1b1e9a476a313919840f2da769e6187b3034795;p=chaz%2Ftar 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 */