From 44fa5b32586bca1d0869b1356d3ff7aa271f96b0 Mon Sep 17 00:00:00 2001 From: navarrop Date: Wed, 23 Jun 2010 08:34:27 +0000 Subject: [PATCH] Change function called. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7919 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/java/jmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1