Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adapt to the lastest (and probably short-lived) API change in MSG
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 30 Apr 2012 22:05:39 +0000 (00:05 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 30 Apr 2012 22:05:39 +0000 (00:05 +0200)
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,
                                                (xbt_main_func_t) jprocess,
                                                /*data*/ NULL,
                                                host,
+                                               /*kill_time*/0.,
                                                /*argc, argv, properties*/
                                                0,NULL,NULL);
      
                                                /*argc, argv, properties*/
                                                0,NULL,NULL);