From: navarrop Date: Wed, 23 Jun 2010 08:34:27 +0000 (+0000) Subject: Change function called. X-Git-Tag: v3_5~892 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/44fa5b32586bca1d0869b1356d3ff7aa271f96b0 Change function called. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7919 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/java/jmsg.c b/src/java/jmsg.c index fbb122abbe..1432365b09 100644 --- a/src/java/jmsg.c +++ b/src/java/jmsg.c @@ -388,7 +388,7 @@ Java_simgrid_msg_MsgNative_hostGetByName(JNIEnv * env, jclass cls, /* the native host data field is set with the global reference to the * java host returned by this function */ - MSG_host_get_data(host,(void *) jhost); + MSG_host_set_data(host,(void *) jhost); } /* return the global reference to the java host instance */