]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/java/jmsg_process.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into tomerge
[simgrid.git] / src / bindings / java / jmsg_process.c
index a65f183b7ff4dd7a7b5a62138f935ad6944d3706..0f8a905ae0afbd03c1fc7a287e9cb7c7780672d5 100644 (file)
@@ -131,7 +131,7 @@ Java_org_simgrid_msg_Process_create(JNIEnv * env,
   }
 
   /* bind/retrieve the msg host */
-  host = MSG_get_host_by_name(hostname);
+  host = MSG_host_by_name(hostname);
 
   if (!(host)) {    /* not bound */
     jxbt_throw_host_not_found(env, hostname);