From cbd4ed8aa6a505dd60197657144688207a8679ad Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 1 May 2012 00:05:39 +0200 Subject: [PATCH] adapt to the lastest (and probably short-lived) API change in MSG --- src/jmsg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jmsg.c b/src/jmsg.c index e956efcb02..0c1bbc2fd0 100644 --- a/src/jmsg.c +++ b/src/jmsg.c @@ -107,6 +107,7 @@ Java_org_simgrid_msg_MsgNative_processCreate(JNIEnv * env, jclass cls, (xbt_main_func_t) jprocess, /*data*/ NULL, host, + /*kill_time*/0., /*argc, argv, properties*/ 0,NULL,NULL); -- 2.20.1