]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/java/jtrace.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid
[simgrid.git] / src / bindings / java / jtrace.c
index d18072c57cb99caa75e1af1d0be145efe71d4b27..2227b7cd4f6e32a7455eb622e8e2fd1c954f3f69 100644 (file)
@@ -1,17 +1,16 @@
 /* Java Wrappers to the TRACE API.                                           */
 
-/* Copyright (c) 2012-2013. The SimGrid Team.
- * All rights reserved.                                                      */
+/* Copyright (c) 2012-2014. The SimGrid Team.
+ * All rights 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. */
-
+ * under the terms of the license (GNU LGPL) which comes with this package. */
 
 // Please note, this file strongly relies on the jmsg.c, 
 // It will be great that a JNI expert gives a look to validate it - Adrien ;)
 
 #include "jtrace.h"
-#include <instr/instr.h>
+#include <simgrid/instr.h>
 
 /* Shut up some errors in eclipse online compiler. I wish such a pimple wouldn't be needed */
 #ifndef JNIEXPORT