sbp2: use __attribute__((packed)) for on-the-wire structures
authorBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:14:47 +0000 (18:14 -0400)
committerBen Collins <bcollins@ubuntu.com>
Mon, 12 Jun 2006 22:14:47 +0000 (18:14 -0400)
It seems to have worked without the attribute during all the years
just because sizes of all struct members are multiples of 32 bits.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@ubuntu.com>

No differences found