Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added parameters to indicate flow id, so unique flows use a reliable msg_task_send...
[simgrid.git] / src / xbt / xbt_context_java.c
index bc5d92bce24c5b0a70917e8c9f3f2041d0db5312..b89b25057d966b207c2cf61519425cb57a9a8bee 100644 (file)
@@ -207,6 +207,7 @@ static void xbt_ctx_java_start(xbt_context_t context)
 static void xbt_ctx_java_stop(int exit_code)
 {
   jobject jprocess = NULL;
+
   xbt_ctx_java_t ctx_java;
 
   if (current_context->cleanup_func)