Run struct_endianness.py

Ensure there is no diff to prepare to run this in CI.

Related: OS#5884
Change-Id: I4294a18871214b70cef267fcaaaaada42cb61bf9
This commit is contained in:
Oliver Smith 2023-02-20 10:48:57 +01:00
parent ed939154f8
commit 62e5c1b2c7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ struct osmo_mdns_rfc_header {
uint16_t nscount; /* Number of authority records */ uint16_t nscount; /* Number of authority records */
uint16_t arcount; /* Number of additional records */ uint16_t arcount; /* Number of additional records */
#elif OSMO_IS_BIG_ENDIAN #elif OSMO_IS_BIG_ENDIAN
/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */ /* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */
uint16_t id; uint16_t id;
uint8_t qr:1, opcode:4, aa:1, tc:1, rd:1; uint8_t qr:1, opcode:4, aa:1, tc:1, rd:1;
uint8_t ra:1, z:3, rcode:4; uint8_t ra:1, z:3, rcode:4;