summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cp/msg/msg.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/cp/msg/msg.h b/cp/msg/msg.h
index fea1ddf306..448ab2f92e 100644
--- a/cp/msg/msg.h
+++ b/cp/msg/msg.h
@@ -18,6 +18,7 @@
#include "cp/msg/inc/msg_const.h"
#include "cp/msg/inc/msg_cc.h"
#include "cp/msg/inc/msg_cm.h"
+#include "cp/msg/inc/msg_drv.h"
#include "cp/cp_types.h"
#include "cp/interf/interf.h"
@@ -55,10 +56,14 @@ msg_get_number (msg_mme_t *msg);
/**
* \brief this function is called in STA or CCO thread when a message is
* present in the corresponding fifo.
- * \return NULL or ptr to the function
+// * \param msg : pointer to the message
+ * \param msg_ctx : pointer to the message context
+ * \return
*/
+//void
+//msg_dispatch (msg_mme_t *msg);
void
-msg_dispatch (msg_mme_t *msg);
+msg_dispatch (msg_ctx_t *msg_ctx);
/**
* \brief set the const values of mme (ie mtype)