Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Integrate Bruno's work on SIMIX onto main stream. Tests are broken, but it looks...
[simgrid.git] / src / gras / Virtu / sg_dns.c
index 0f7cfa9..509b89d 100644 (file)
@@ -11,9 +11,9 @@
 #include "gras/Virtu/virtu_sg.h"
 
 const char *gras_os_myname(void) {
-  m_process_t process = MSG_process_self();
+  smx_process_t process = SIMIX_process_self();
   if ((process != NULL) && (process->simdata))
-   return MSG_host_get_name(MSG_host_self());
+   return SIMIX_host_get_name(SIMIX_host_self());
   else 
     return "";
 }