Add error code ERR_BARMAN

Indicates unrecoverable error condition when accessing the barman server
This commit is contained in:
Ian Barwick
2016-08-31 11:39:48 +09:00
parent a8afa843ee
commit 1d05345aa3
3 changed files with 7 additions and 8 deletions

View File

@@ -38,5 +38,6 @@
#define ERR_MONITORING_FAIL 16
#define ERR_BAD_BACKUP_LABEL 17
#define ERR_SWITCHOVER_FAIL 18
#define ERR_BARMAN 19
#endif /* _ERRCODE_H_ */