From 5679d3020e6a29556271ea45c5f81ab4098ca98f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 23 Jun 2006 15:22:31 +0000 Subject: [PATCH] (struct tar_stat_info.sparse_major,sparse_minor): New members --- src/tar.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.44.0