Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move module tracing into corresponding modules
[simgrid.git] / src / msg / instr_msg_task.c
similarity index 99%
rename from src/instr/instr_msg_task.c
rename to src/msg/instr_msg_task.c
index 39da9d7..52acde4 100644 (file)
@@ -5,8 +5,11 @@
   * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "instr/instr_private.h"
+#include "msg_private.h"
+#include "msg/datatypes.h"
 #include "mc/mc.h"
 
+
 #ifdef HAVE_TRACING
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_msg, instr, "MSG");