mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
change constant name
This commit is contained in:
parent
6e14a6d33a
commit
1e35d676bf
2 changed files with 2 additions and 2 deletions
|
@ -1363,7 +1363,7 @@ msgToStr( XWRelayReg msg )
|
|||
switch( msg ) {
|
||||
CASE_STR(XWPDEV_REG);
|
||||
CASE_STR(XWPDEV_REGRSP);
|
||||
CASE_STR(XWPDEV_PING);
|
||||
CASE_STR(XWPDEV_KEEPALIVE);
|
||||
CASE_STR(XWPDEV_HAVEMSGS);
|
||||
CASE_STR(XWPDEV_RQSTMSGS);
|
||||
CASE_STR(XWPDEV_MSG);
|
||||
|
|
|
@ -59,7 +59,7 @@ enum { XWPDEV_NONE /* 0 is an illegal value */
|
|||
format: header, idLen: 2, id: <idLen>
|
||||
*/
|
||||
|
||||
,XWPDEV_PING /* device->relay: keep the UDP connection
|
||||
,XWPDEV_KEEPALIVE /* device->relay: keep the UDP connection
|
||||
open. header. */
|
||||
|
||||
,XWPDEV_HAVEMSGS /* Relay->device: check messages for this
|
||||
|
|
Loading…
Reference in a new issue