Improve --omit-dir-times & --omit-link-times
[rsync.git] / t_stub.c
index ea2013d3cdcf589c313fe2e39885abcb7bd02863..12f7b622cc40e920760f009ad3e3ba744dd69ae3 100644 (file)
--- a/t_stub.c
+++ b/t_stub.c
@@ -29,10 +29,11 @@ int protect_args = 0;
 int module_id = -1;
 int relative_paths = 0;
 int module_dirlen = 0;
-int preserve_times = 0;
+int preserve_mtimes = 0;
 int preserve_xattrs = 0;
 int preserve_perms = 0;
 int preserve_executability = 0;
+int omit_link_times = 0;
 int open_noatime = 0;
 size_t max_alloc = 0; /* max_alloc is needed when combined with util2.o */
 char *partial_dir;