From 9c825398cbd4424a2f714730c0bc0fb2ba3818c1 Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Wed, 4 Dec 2013 08:26:00 +0000 Subject: [PATCH] Added the INITIALIZE_MESSAGE. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4572 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- common/utils/itti/intertask_messages_def.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/utils/itti/intertask_messages_def.h b/common/utils/itti/intertask_messages_def.h index 438381cdec..4f00a10c21 100644 --- a/common/utils/itti/intertask_messages_def.h +++ b/common/utils/itti/intertask_messages_def.h @@ -1,3 +1,6 @@ +/* This message asks for task initialization */ +MESSAGE_DEF(INITIALIZE_MESSAGE, MESSAGE_PRIORITY_MED, struct {}, initialize_message) + /* This message asks for task termination */ MESSAGE_DEF(TERMINATE_MESSAGE, MESSAGE_PRIORITY_MAX, struct {}, terminate_message) -- GitLab