Fix comments in message header to identify the reuse of an obsolete field
This commit is contained in:
parent
239334f4d1
commit
48b93ff982
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ struct T_MsgHdr {
|
||||||
xdr_data_t Version; // Protocoll version
|
xdr_data_t Version; // Protocoll version
|
||||||
xdr_data_t MsgId; // Message identifier
|
xdr_data_t MsgId; // Message identifier
|
||||||
xdr_data_t MsgLen; // absolute length of message
|
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
|
xdr_data_t ReplyPort; // player's receiver port
|
||||||
char Callsign[MAX_CALLSIGN_LEN]; // Callsign used by the player
|
char Callsign[MAX_CALLSIGN_LEN]; // Callsign used by the player
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue