X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=25b65b14b2f913fcfa0f7903f26f5f62c85ba638;hb=95be2c50b429bfe7201590dd744864ab64c5d87e;hp=449a93882678861c3479e30b6e0b9a504560702a;hpb=8d6e47cc7fcfb6781b82ba60b8eb823c7fdc7013;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index 449a938..25b65b1 100644 --- 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 */