mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 06:10:04 +00:00
li/vn/mode struct should not be anonymous
This commit is contained in:
parent
c5b858021f
commit
193f42318c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ struct NtpPacket
|
|||
union
|
||||
{
|
||||
std::uint8_t li_vn_mode;
|
||||
struct
|
||||
struct LiVnMode
|
||||
{
|
||||
std::uint8_t mode : 3; // Client will pick mode 3 for client.
|
||||
std::uint8_t vn : 3; // Version number of the protocol.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue