summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-30 11:31:54 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-06-30 11:31:54 +0200
commit3e920038ecd8cc123b0c8dd957f94a8e1a616c0c (patch)
tree292e08fb8ccdd5fab5f5068a37fe39a32fc3b8a0 /include
parent8c449c503f4c37f72089a0dc50e00631a22ed12a (diff)
tar reader: also store condensed size of sparse files
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/tar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tar.h b/include/tar.h
index 6fdb22d..2819740 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -72,6 +72,7 @@ typedef struct {
char *name;
char *link_target;
tar_sparse_data_t *sparse;
+ uint64_t sparse_size;
bool unknown_record;
} tar_header_decoded_t;