blob: d1822a04decb0f2b0ca35a6d0a73ab25938ef0d1 [file] [log] [blame]
struct header
{
char proto;
unsigned int size __attribute__ ((packed));
unsigned char data[] __attribute__ ((aligned(8)));
} __attribute__ ((aligned, packed));