Commit 6f6a52c7 authored by Cedric Roux's avatar Cedric Roux

- Flush XML definition to file at initialization and wait for completion

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4465 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ad5f5e31
......@@ -558,6 +558,7 @@ int itti_dump_init(const char * const messages_definition_xml, const char * cons
fwrite (&header, sizeof(itti_socket_header_t), 1, dump_file);
fwrite (messages_definition_xml, message_size, 1, dump_file);
fflush (dump_file);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment