From b2372775440196709f1d884154c062223f4d350b Mon Sep 17 00:00:00 2001 From: Andy2 Date: Mon, 25 Oct 2010 18:06:48 -0700 Subject: [PATCH] put back enum just removed; it's screwing up existing code having all the followers change. --- xwords4/relay/xwrelay.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xwords4/relay/xwrelay.h b/xwords4/relay/xwrelay.h index de0a7c2f3..c277e4884 100644 --- a/xwords4/relay/xwrelay.h +++ b/xwords4/relay/xwrelay.h @@ -67,6 +67,12 @@ enum { XWRELAY_NONE /* 0 is an illegal value */ Format: hostID: 1; connectionID: 2; connNameLen: 1; connName; */ + , XWRELAY_ALLBACK__UNUSED + /* Like XWRELAY_ALLHERE, but indicates a return to all devices being + present rather than the first time that's achieved. Has no real + purpose now that the relay does store-and-forward, but at least lets + devices tell users everybody's home. */ + , XWRELAY_DISCONNECT_YOU /* Sent from relay when existing connection is terminated. Format: errorCode: 1 */