Added notifications about error-exit values:
[rsync.git] / errcode.h
index 41c55432c28a3e1571e220f59ba90bd4df8a683b..bae7700cff857174bb14384a9ade7d6f38199b1f 100644 (file)
--- a/errcode.h
+++ b/errcode.h
@@ -47,6 +47,8 @@
 #define RERR_TIMEOUT    30      /* timeout in data send/receive */
 #define RERR_CONTIMEOUT 35      /* timeout waiting for daemon connection */
 
+#define RERR_RCVR_ERROR 42      /* receiver is exiting with an error */
+
 /* Although it doesn't seem to be specified anywhere,
  * ssh and the shell seem to return these values:
  *