Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Some build adjustments mandatory for the relocation of xbt_contexts [Cristian]
[simgrid.git] / src / gras / Virtu / sg_dns.c
index c791b31..1a7a1ca 100644 (file)
@@ -13,7 +13,7 @@
 const char *gras_os_myname(void)
 {
   smx_process_t process = SIMIX_process_self();
-  if ((process != NULL) && (process->simdata))
+  if (process != NULL)
     return SIMIX_host_get_name(SIMIX_host_self());
   else
     return "";