]> Dogcows Code - chaz/tar/commitdiff
(tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New members.
authoruid65697 <uid65697>
Thu, 25 Dec 2003 10:20:32 +0000 (10:20 +0000)
committeruid65697 <uid65697>
Thu, 25 Dec 2003 10:20:32 +0000 (10:20 +0000)
src/tar.h

index 449a93882678861c3479e30b6e0b9a504560702a..25b65b14b2f913fcfa0f7903f26f5f62c85ba638 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -278,6 +278,11 @@ struct tar_stat_info
   char          *gname;     /* group name of owner */
   struct stat   stat;       /* regular filesystem stat */
 
+  /* Nanosecond parts of file timestamps (if available) */
+  unsigned long atime_nsec;
+  unsigned long mtime_nsec;
+  unsigned long ctime_nsec;
+  
   off_t archive_file_size;  /* Size of file as stored in the archive.
                               Equals stat.st_size for non-sparse files */
 
This page took 0.017674 seconds and 4 git commands to generate.