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

This commit is contained in:
uid65697
2003-12-25 10:20:32 +00:00
parent 12b111ffa3
commit ad37f06975

View File

@@ -278,6 +278,11 @@ struct tar_stat_info
char *gname; /* group name of owner */ char *gname; /* group name of owner */
struct stat stat; /* regular filesystem stat */ 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. off_t archive_file_size; /* Size of file as stored in the archive.
Equals stat.st_size for non-sparse files */ Equals stat.st_size for non-sparse files */