mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
new error code
This commit is contained in:
parent
8f796ca6bb
commit
c6e9a747b8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue