Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: Change the reference speed to a command line option
[simgrid.git] / src / xbt / xbt_context_java.c
index 7089548..b89b250 100644 (file)
@@ -1,3 +1,11 @@
+/* $Id$ */
+
+/* context_java - implementation of context switching for java threads */
+
+/* Copyright (c) 2007-2008 the SimGrid team. All right reserved */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
 
 
 #include "xbt/function_types.h"
@@ -199,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)