X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=6f496abe2ac429e65fad9b3053de7534b759689d;hb=ceaef104436417df6972e34580fa6ec765d477f9;hp=7ce33b0ac90161db1131aad00eaa0eb740220817;hpb=5da6733724fd03ead5a9e926e75c4db010d83024;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index 7ce33b0..6f496ab 100644 --- a/src/common.h +++ b/src/common.h @@ -197,6 +197,11 @@ GLOBAL bool multi_volume_option; do not get archived (also see after_date_option above). */ GLOBAL struct timespec newer_mtime_option; +/* If true, override actual mtime (see below) */ +GLOBAL bool set_mtime_option; +/* Value to be put in mtime header field instead of the actual mtime */ +GLOBAL struct timespec mtime_option; + /* Return true if newer_mtime_option is initialized. */ #define NEWER_OPTION_INITIALIZED(opt) (0 <= (opt).tv_nsec)