summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-09-27 10:30:00 -0700
committerWayne Davison <wayne@opencoder.net>2021-09-27 10:30:00 -0700
commit82f023d7e3cca126d264ebb81b19feaf8731ad9a (patch)
tree82316449c2e1e816f9ff3a1181f60ef1c524c751 /t_stub.c
parentec57c57baf848718bbab93fa0c597d15718acc5a (diff)
downloadrsync-82f023d7e3cca126d264ebb81b19feaf8731ad9a.tar.gz
Add --fsync option (promoted from patches).
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/t_stub.c b/t_stub.c
index 1e1e4046..ea2013d3 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -21,6 +21,7 @@
#include "rsync.h"
+int do_fsync = 0;
int inplace = 0;
int modify_window = 0;
int preallocate_files = 0;