OK, we can now get phase messages if we fail in send_file_entry
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index eb89f64..2e92e2f 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -622,3 +622,5 @@ const char *get_panic_action(void);
 #endif
 
 #define UNUSED(x) x __attribute__((__unused__))
+
+const char *io_write_phase, *io_read_phase;