Commit 39afdcb6 authored by Lionel Gauthier's avatar Lionel Gauthier

patches13/0012-fix-wrong-enumeration.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7058 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0e8c1a1b
......@@ -389,7 +389,7 @@ MessageDef *itti_alloc_new_message(task_id_t origin_task_id, MessagesIds message
int itti_send_msg_to_task(task_id_t destination_task_id, instance_t instance, MessageDef *message)
{
thread_id_t destination_thread_id;
thread_id_t origin_task_id;
task_id_t origin_task_id;
message_list_t *new;
uint32_t priority;
message_number_t message_number;
......
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