OSDN Git Service

libfec: pack the fec_header structure
authorJeremy Compostella <jeremy.compostella@intel.com>
Tue, 10 May 2016 09:53:06 +0000 (11:53 +0200)
committerThe Android Automerger <android-build@google.com>
Fri, 17 Jun 2016 12:12:32 +0000 (05:12 -0700)
commit46ed495a2788644f36920fe776864d79cbc1b995
treefe402f70a971a53e4c5d32bc575e39259698c179
parentc8966476a1b9443b8b433fb14a1f64832fe726a7
libfec: pack the fec_header structure

The fec_header structure is generated build time and stored on disk.
The fec_header might be build on a 64 bits machine while it is read
per a 32 bits device or the other way around.  In such situations, the
fec_header fields are not aligned as expected by the device and it
fails to read the fec_header structure.

This patch makes the fec_header packed.

Change-Id: I77546f850cea5559909971a1192e1a7616d22d50
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
libfec/include/fec/io.h