From 1f438312192f42062d07f91d60b369a666553e1d Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 4 Sep 2005 14:35:13 +0000 Subject: [PATCH] new error code --- xwords4/relay/xwrelay.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/relay/xwrelay.h b/xwords4/relay/xwrelay.h index ebe921c9d..7633f9a50 100644 --- a/xwords4/relay/xwrelay.h +++ b/xwords4/relay/xwrelay.h @@ -89,7 +89,8 @@ typedef enum { ,XWRELAY_ERROR_SHUTDOWN /* relay's going down */ ,XWRELAY_ERROR_TIMEOUT /* Other players didn't show */ ,XWRELAY_ERROR_HEART_YOU /* Haven't heard from somebody in too long */ - ,XWRELAY_ERROR_HEART_OTHER + ,XWRELAY_ERROR_HEART_OTHER /* Haven't heard from other in too long */ + ,XWRELAY_ERROR_LOST_OTHER /* Generic other-left-we-dunno-why error */ ,XWRELAY_ERROR_LASTERR } XWREASON;