author | Miroslav Lichvar <mlichvar@redhat.com> | |
Thu, 23 Feb 2017 14:42:55 +0000 (15:42 +0100) | ||
committer | Miroslav Lichvar <mlichvar@redhat.com> | |
Thu, 23 Feb 2017 16:48:58 +0000 (17:48 +0100) | ||
commit | 2273f46eae4a0e4c8889fa03ecb38001af5f19f1 | |
tree | 06531f0c634ea3dcbdb690e6392cc42f6c120af0 | tree | snapshot |
parent | 3dc5837eeb4f16aaa608914e46ef925d6c5124a2 | commit | diff |
chrony: add padding to IPAddr struct
Since the IPAddr struct is declared with the packed attribute and
contains a 32-bit field, it needs to include a 16-bit padding in order
to be aligned to 32 bits.
Since the IPAddr struct is declared with the packed attribute and
contains a 32-bit field, it needs to include a 16-bit padding in order
to be aligned to 32 bits.
src/chrony.c | diff | blob | history |