summaryrefslogtreecommitdiff
path: root/errcode.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-12-16 23:48:28 +0000
committerWayne Davison <wayned@samba.org>2005-12-16 23:48:28 +0000
commit9e90555fd133a837730bd834dd70c5b8d173c588 (patch)
tree98ed507c31c89b1fec84fac9ffa94c43e8b09413 /errcode.h
parent2067ec73421b16633fcffa283e469022bef550b6 (diff)
downloadrsync-9e90555fd133a837730bd834dd70c5b8d173c588.tar.gz
Added RERR_SIGNAL1 to separate SIGUSR1 from the rest of the
signals that return RERR_SIGNAL.
Diffstat (limited to 'errcode.h')
-rw-r--r--errcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/errcode.h b/errcode.h
index 68f74b43..a169d417 100644
--- a/errcode.h
+++ b/errcode.h
@@ -37,7 +37,8 @@
#define RERR_CRASHED 15 /* sibling crashed */
#define RERR_TERMINATED 16 /* sibling terminated abnormally */
-#define RERR_SIGNAL 20 /* status returned when sent SIGUSR1, SIGINT */
+#define RERR_SIGNAL1 19 /* status returned when sent SIGUSR1 */
+#define RERR_SIGNAL 20 /* status returned when sent SIGINT, SIGTERM, SIGHUP */
#define RERR_WAITCHILD 21 /* some error returned by waitpid() */
#define RERR_MALLOC 22 /* error allocating core memory buffers */
#define RERR_PARTIAL 23 /* partial transfer */