added support for non-mmap operation
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 2b3b646..9c326e1 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -29,6 +29,7 @@
 
 /* block size to write files in */
 #define WRITE_BLOCK_SIZE (32*1024)
+#define MAX_MAP_SIZE (4*1024*1024)
 
 #define BLOCKING_TIMEOUT 10