new exit/cleanup code
[rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 36e8f5bdf3d1fbd6c620dda25a2123997357a53a..3220e462fdd65bc266e6ccbc0dff9e4b10e1ca73 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -38,8 +38,7 @@
 #define MIN_PROTOCOL_VERSION 10
 #define MAX_PROTOCOL_VERSION 20
 
-/* block size to write files in */
-#define WRITE_BLOCK_SIZE (32*1024)
+#define CHUNK_SIZE (32*1024)
 #define MAX_MAP_SIZE (4*1024*1024)
 
 #define BLOCKING_TIMEOUT 10