added SIGPIPE catch
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index fd24df5..7592c89 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -29,6 +29,8 @@
 /* block size to write files in */
 #define WRITE_BLOCK_SIZE (32*1024)
 
+#define BLOCKING_TIMEOUT 10
+
 #include "config.h"
 
 #include <sys/types.h>