version 1.1, 2012/02/17 15:09:30
|
version 1.1.1.4, 2021/03/17 00:32:36
|
Line 2
|
Line 2
|
* Error codes returned by rsync. |
* Error codes returned by rsync. |
* |
* |
* Copyright (C) 1998-2000 Andrew Tridgell |
* Copyright (C) 1998-2000 Andrew Tridgell |
* Copyright (C) 2003-2008 Wayne Davison | * Copyright (C) 2003-2019 Wayne Davison |
* |
* |
* This program is free software; you can redistribute it and/or modify |
* 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 |
* it under the terms of the GNU General Public License as published by |
Line 46
|
Line 46
|
|
|
#define RERR_TIMEOUT 30 /* timeout in data send/receive */ |
#define RERR_TIMEOUT 30 /* timeout in data send/receive */ |
#define RERR_CONTIMEOUT 35 /* timeout waiting for daemon connection */ |
#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, |
/* Although it doesn't seem to be specified anywhere, |
* ssh and the shell seem to return these values: |
* ssh and the shell seem to return these values: |