NetworkManager/src/core/platform
Thomas Haller 0634dfd510
platform: avoid struct alignment issue for NMPlatformIP4Address
On m68k we get a static assertion, that NMPlatformIP4Address.address
is not at the same offset as NMPlatformIPAddress.address_ptr.

On most architectures, the bitfields fits in a gap between the fields,
but not on m68k, where integers are 2-byte aligned.
2022-05-19 16:11:34 +02:00
..
tests platform: avoid struct alignment issue for NMPlatformIP4Address 2022-05-19 16:11:34 +02:00
nm-fake-platform.c platform: don't treat ifindex zero special in nmp_lookup_init_object() 2022-02-09 19:13:03 +01:00
nm-fake-platform.h platform: move more platform code to src/libnm-platform/ 2021-03-05 11:27:16 +01:00