]> Dogcows Code - chaz/tar/blobdiff - src/common.h
* NEWS: New option --atime-preserve=system, which uses O_NOATIME.
[chaz/tar] / src / common.h
index 58d2798d411d21b25600d2c67dcafc1f60d0d466..77c353bc46a25a5124bf18bb99e2d0577afa7af3 100644 (file)
@@ -114,7 +114,13 @@ GLOBAL bool utc_option;
    than newer_mtime_option.  */
 GLOBAL int after_date_option;
 
-GLOBAL bool atime_preserve_option;
+enum atime_preserve
+{
+  no_atime_preserve,
+  replace_atime_preserve,
+  system_atime_preserve
+};
+GLOBAL enum atime_preserve atime_preserve_option;
 
 GLOBAL bool backup_option;
 
This page took 0.019785 seconds and 4 git commands to generate.