chrony: add padding to IPAddr struct
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 23 Feb 2017 14:42:55 +0000 (15:42 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 23 Feb 2017 16:48:58 +0000 (17:48 +0100)
commit2273f46eae4a0e4c8889fa03ecb38001af5f19f1
tree06531f0c634ea3dcbdb690e6392cc42f6c120af0
parent3dc5837eeb4f16aaa608914e46ef925d6c5124a2
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.
src/chrony.c