summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-06-13 11:47:08 -0700
committerWayne Davison <wayne@opencoder.net>2020-06-13 11:47:08 -0700
commit1d6c9676f9a11f9d6e8a1a77b9c00333c0e6f11e (patch)
tree8b40ec6741a8fbdcd520442510a466d7c02670d6 /rsync.h
parent3d29fa99ecc4d7bc89908e9768764de8c6bede64 (diff)
downloadrsync-1d6c9676f9a11f9d6e8a1a77b9c00333c0e6f11e.tar.gz
Change 3 alt-dest vars to just one + some defines.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsync.h b/rsync.h
index e5394a8e..8af83ecf 100644
--- a/rsync.h
+++ b/rsync.h
@@ -161,6 +161,10 @@
#define MAX_BASIS_DIRS 20
#define MAX_SERVER_ARGS (MAX_BASIS_DIRS*2 + 100)
+#define COMPARE_DEST 1
+#define COPY_DEST 2
+#define LINK_DEST 3
+
#define MPLEX_BASE 7
#define NO_FILTERS 0