Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not use malloc directly since AIX does not like it. Use the gras stuff instead
[simgrid.git] / src / gras / Virtu / process.c
index 938aea9..54b7f0e 100644 (file)
@@ -9,8 +9,10 @@
    under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "gras_private.h"
-#include "Virtu/virtu_interface.h"
+#include "gras/Virtu/virtu_interface.h"
+#include "gras/Msg/msg_interface.h" /* FIXME: Get rid of this cyclic */
 
+GRAS_LOG_NEW_DEFAULT_SUBCATEGORY(process,gras,"Process manipulation code");
 
 /* **************************************************************************
  * Process data