/* Message header is the common part that should never change between
* remote process and this one.
*/
typedefstruct{
/* The size of this structure */
uint32_tmessage_size;
itti_message_types_tmessage_type;
}itti_socket_header_t;
typedefstruct{
charmessage_number_char[12];/* 9 chars are needed to store an unsigned 32 bits value in decimal, but must be a multiple of 32 bits to avoid alignment issues */