--- embedaddon/rsync/errcode.h 2016/11/01 09:54:32 1.1.1.3 +++ embedaddon/rsync/errcode.h 2021/03/17 00:32:36 1.1.1.4 @@ -2,7 +2,7 @@ * Error codes returned by rsync. * * Copyright (C) 1998-2000 Andrew Tridgell - * Copyright (C) 2003-2015 Wayne Davison + * Copyright (C) 2003-2019 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,6 +46,8 @@ #define RERR_TIMEOUT 30 /* timeout in data send/receive */ #define RERR_CONTIMEOUT 35 /* timeout waiting for daemon connection */ + +#define RERR_WECRASHED 50 /* We have crashed. */ /* Although it doesn't seem to be specified anywhere, * ssh and the shell seem to return these values: