Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move module tracing into corresponding modules
[simgrid.git] / src / msg / instr_msg_process.c
similarity index 98%
rename from src/instr/instr_msg_process.c
rename to src/msg/instr_msg_process.c
index 29d321b..dba5b6b 100644 (file)
@@ -4,9 +4,12 @@
 /* This program is free software; you can redistribute it and/or modify it
   * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "instr/instr_private.h"
+#include "msg_private.h"
 #include "mc/mc.h"
 
+#include "msg/datatypes.h"
+#include "simix/smx_process_private.h"
+
 #ifdef HAVE_TRACING
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_msg_process, instr, "MSG process");