summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-11-03 09:35:50 -0700
committerWayne Davison <wayne@opencoder.net>2021-11-03 09:35:50 -0700
commite4669b81ae0b1e23c4e122022d2507bccc2df5f9 (patch)
tree406ccaba9107a696a11db36a7484a0c749be5613 /rsync.h
parent1b9308b727f3b7b6a254ef6c2359f95f0907ff5e (diff)
downloadrsync-e4669b81ae0b1e23c4e122022d2507bccc2df5f9.tar.gz
Add the --info=NONREG setting.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index a6c0d1bb..86105afe 100644
--- a/rsync.h
+++ b/rsync.h
@@ -1416,7 +1416,8 @@ extern short info_levels[], debug_levels[];
#define INFO_MISC (INFO_FLIST+1)
#define INFO_MOUNT (INFO_MISC+1)
#define INFO_NAME (INFO_MOUNT+1)
-#define INFO_PROGRESS (INFO_NAME+1)
+#define INFO_NONREG (INFO_NAME+1)
+#define INFO_PROGRESS (INFO_NONREG+1)
#define INFO_REMOVE (INFO_PROGRESS+1)
#define INFO_SKIP (INFO_REMOVE+1)
#define INFO_STATS (INFO_SKIP+1)