aboutsummaryrefslogtreecommitdiffstats
path: root/errcode.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-09-26 17:06:33 +0000
committerWayne Davison <wayned@samba.org>2005-09-26 17:06:33 +0000
commit90eca40d271a3de7cec62582d6599f22b0359993 (patch)
tree664f5bc2cd705bc120bbd72a98c30a3041f0eb1e /errcode.h
parent0417c34e2d641cbac292ba5cf8a619249c87d4e3 (diff)
downloadandroid_external_rsync-90eca40d271a3de7cec62582d6599f22b0359993.tar.gz
android_external_rsync-90eca40d271a3de7cec62582d6599f22b0359993.tar.bz2
android_external_rsync-90eca40d271a3de7cec62582d6599f22b0359993.zip
Defined RERR_CRASH and RERR_TERMINATED.
Diffstat (limited to 'errcode.h')
-rw-r--r--errcode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/errcode.h b/errcode.h
index eec64a27..aaf13d37 100644
--- a/errcode.h
+++ b/errcode.h
@@ -34,6 +34,8 @@
#define RERR_STREAMIO 12 /* error in rsync protocol data stream */
#define RERR_MESSAGEIO 13 /* errors with program diagnostics */
#define RERR_IPC 14 /* error in IPC code */
+#define RERR_CRASH 15 /* sibling crashed */
+#define RERR_TERMINATED 16 /* sibling terminated abnormally */
#define RERR_SIGNAL 20 /* status returned when sent SIGUSR1, SIGINT */
#define RERR_WAITCHILD 21 /* some error returned by waitpid() */