Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing dependency on file that is no longer generated
[simgrid.git] / include / msg / datatypes.h
index 3415d07..26263da 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef MSG_DATATYPE_H
 #define MSG_DATATYPE_H
 #include "xbt/misc.h"
-#include "instr/tracing_config.h" // for HAVE_TRACING
 
 SG_BEGIN_DECL()
 
@@ -65,6 +64,7 @@ SG_BEGIN_DECL()
 */
 #define MSG_TASK_UNINITIALIZED NULL
 
+     typedef struct s_smx_comm *msg_comm_t;
 /** @} */