From: Jérémie Galarneau Date: Sat, 14 Sep 2019 18:25:25 +0000 (-0400) Subject: consumer: fix: possible unaligned access in packed structure X-Git-Tag: v2.12.0-rc1~389 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ef4b086ef18cd4128c52c4bf58e5ce64d2df0ee6;hp=ef4b086ef18cd4128c52c4bf58e5ce64d2df0ee6;p=lttng-tools.git consumer: fix: possible unaligned access in packed structure Fix the warnings that unaligned pointers can be passed as parameters emitted when sampling buffer statistics. Signed-off-by: Jérémie Galarneau ---