Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first working prototype of the lua bindings. Veeeeeery crude at this point
[simgrid.git] / src / java / jmsg.c
index 7faed5e..22d3a02 100644 (file)
@@ -149,10 +149,7 @@ Java_simgrid_msg_MsgNative_processCreate(JNIEnv * env, jclass cls,
           process->name);
 
   mailbox = MSG_mailbox_new(alias);
-  MSG_mailbox_set_hostname(mailbox,
-                           process->simdata->m_host->simdata->smx_host->name);
-
-
+  
 }
 
 JNIEXPORT void JNICALL