]> Dogcows Code - chaz/tar/blobdiff - src/tar.h
Fix bug in sparse file listing
[chaz/tar] / src / tar.h
index 3d6939948ba5ae10b10816a53d72b652d1ef6fad..73cd11e6d635f00efb47e0eecc67d462fc1355e3 100644 (file)
--- 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;
 
This page took 0.01845 seconds and 4 git commands to generate.