Hi Baruch, You can use the __attribute__ qualifier to specifying packing and alignment constraints on your struct. Here's the documentation: http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Type-Attributes.html See the sections on aligned and packed. HTH, --Eljay