X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftar.h;h=07b5bc15786460b06410442913cb66098374ad99;hb=d30babc23b4f25be970ada2e63a50220a3672281;hp=3d6939948ba5ae10b10816a53d72b652d1ef6fad;hpb=4aa85f09e755fc827cd5ab6225f20c83cd42245d;p=debian%2Ftar diff --git a/src/tar.h b/src/tar.h index 3d693994..07b5bc15 100644 --- a/src/tar.h +++ b/src/tar.h @@ -1,7 +1,7 @@ /* GNU tar Archive Format description. - Copyright 1988-1989, 1991-1997, 2000-2001, 2003-2007, 2012-2014 Free - Software Foundation, Inc. + Copyright 1988-1989, 1991-1997, 2000-2001, 2003-2007, 2012-2014, 2016 + Free Software Foundation, Inc. This file is part of GNU tar. @@ -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;