From 3c4bda72e3df91e9fb3138c1ac700821aec4e81a Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Thu, 12 Dec 2013 10:11:08 +0000 Subject: [PATCH] Created ACTIVATE_MESSAGE and DEACTIVATE_MESSAGE messages. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4687 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- common/utils/itti/intertask_messages_def.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/utils/itti/intertask_messages_def.h b/common/utils/itti/intertask_messages_def.h index 4f00a10c21..685b036385 100644 --- a/common/utils/itti/intertask_messages_def.h +++ b/common/utils/itti/intertask_messages_def.h @@ -1,6 +1,12 @@ /* This message asks for task initialization */ MESSAGE_DEF(INITIALIZE_MESSAGE, MESSAGE_PRIORITY_MED, struct {}, initialize_message) +/* This message asks for task activation */ +MESSAGE_DEF(ACTIVATE_MESSAGE, MESSAGE_PRIORITY_MED, struct {}, activate_message) + +/* This message asks for task deactivation */ +MESSAGE_DEF(DEACTIVATE_MESSAGE, MESSAGE_PRIORITY_MED, struct {}, deactivate_message) + /* This message asks for task termination */ MESSAGE_DEF(TERMINATE_MESSAGE, MESSAGE_PRIORITY_MAX, struct {}, terminate_message) -- GitLab