Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adapt to the lastest (and probably short-lived) API change in MSG
[simgrid.git] / src / jmsg.c
index e956efc..0c1bbc2 100644 (file)
@@ -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);