1
0
Fork 0

Fix comments in message header to identify the reuse of an obsolete field

This commit is contained in:
Richard Harrison 2017-02-25 00:38:50 +01:00
parent 239334f4d1
commit 48b93ff982

View file

@ -71,7 +71,7 @@ struct T_MsgHdr {
xdr_data_t Version; // Protocoll version
xdr_data_t MsgId; // Message identifier
xdr_data_t MsgLen; // absolute length of message
xdr_data_t RequestedRangeNm; // start of second partition of message
xdr_data_t RequestedRangeNm; // obsolete field (ReplyAddress) reused to request a range to fgms
xdr_data_t ReplyPort; // player's receiver port
char Callsign[MAX_CALLSIGN_LEN]; // Callsign used by the player
};