X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49ee23364e64238e221aa5a06e142b24d28a7b1c..725184f3bce66a3eff87cc3a01e5d96477a5d28a:/src/xbt/xbt_context_java.c diff --git a/src/xbt/xbt_context_java.c b/src/xbt/xbt_context_java.c index 7089548102..b89b25057d 100644 --- a/src/xbt/xbt_context_java.c +++ b/src/xbt/xbt_context_java.c @@ -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)