4
0
Эх сурвалжийг харах

(tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New members.

uid65697 21 жил өмнө
parent
commit
ad37f06975
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      src/tar.h

+ 5 - 0
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 */