]> Dogcows Code - chaz/tar/commitdiff
(struct tar_stat_info.sparse_major,sparse_minor): New members
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 23 Jun 2006 15:22:31 +0000 (15:22 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 23 Jun 2006 15:22:31 +0000 (15:22 +0000)
src/tar.h

index 620b935bd0ebadc79cd6615995d774db1f891c10..cc45926cff1d61582ce9ad32eca0cef8bb73bb91 100644 (file)
--- 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 */
This page took 0.02438 seconds and 4 git commands to generate.