|
|
@ -617,6 +617,11 @@ static const NetMsgField kScoreGetRanksReplyFields[] = { |
|
|
|
NET_MSG_FIELD_VAR_PTR(), // nodeBuffer
|
|
|
|
NET_MSG_FIELD_VAR_PTR(), // nodeBuffer
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static const NetMsgField kServerCapsFields[] = { |
|
|
|
|
|
|
|
NET_MSG_FIELD_VAR_COUNT(1, 1024 * 1024), // capsBytes
|
|
|
|
|
|
|
|
NET_MSG_FIELD_VAR_PTR(), // capsBuffer
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
} using namespace Cli2Auth; |
|
|
|
} using namespace Cli2Auth; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -719,3 +724,4 @@ const NetMsg kNetMsg_Auth2Cli_ScoreAddPointsReply = NET_MSG(kAuth2Cli_ScoreAddP |
|
|
|
const NetMsg kNetMsg_Auth2Cli_ScoreTransferPointsReply = NET_MSG(kAuth2Cli_ScoreTransferPointsReply, kScoreTransferPointsReplyFields); |
|
|
|
const NetMsg kNetMsg_Auth2Cli_ScoreTransferPointsReply = NET_MSG(kAuth2Cli_ScoreTransferPointsReply, kScoreTransferPointsReplyFields); |
|
|
|
const NetMsg kNetMsg_Auth2Cli_ScoreSetPointsReply = NET_MSG(kAuth2Cli_ScoreSetPointsReply, kScoreSetPointsReplyFields); |
|
|
|
const NetMsg kNetMsg_Auth2Cli_ScoreSetPointsReply = NET_MSG(kAuth2Cli_ScoreSetPointsReply, kScoreSetPointsReplyFields); |
|
|
|
const NetMsg kNetMsg_Auth2Cli_ScoreGetRanksReply = NET_MSG(kAuth2Cli_ScoreGetRanksReply, kScoreGetRanksReplyFields); |
|
|
|
const NetMsg kNetMsg_Auth2Cli_ScoreGetRanksReply = NET_MSG(kAuth2Cli_ScoreGetRanksReply, kScoreGetRanksReplyFields); |
|
|
|
|
|
|
|
const NetMsg kNetMsg_Auth2Cli_ServerCaps = NET_MSG(kAuth2Cli_ServerCaps, kServerCapsFields); |
|
|
|