X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=src%2Ftar.h;fp=src%2Ftar.h;h=73cd11e6d635f00efb47e0eecc67d462fc1355e3;hp=3d6939948ba5ae10b10816a53d72b652d1ef6fad;hb=ec94fbdf458adb2af803eefdd1a9c9bbb432bb21;hpb=c48f4e8f6c849247022c3de8137b1c62f2496cba diff --git a/src/tar.h b/src/tar.h index 3d69399..73cd11e 100644 --- a/src/tar.h +++ b/src/tar.h @@ -327,6 +327,10 @@ struct tar_stat_info size_t sparse_map_size; /* Size of the sparse map */ struct sp_array *sparse_map; + off_t real_size; /* The real size of sparse file */ + int real_size_set; /* True when GNU.sparse.realsize is set in + archived file */ + size_t xattr_map_size; /* Size of the xattr map */ struct xattr_array *xattr_map;