Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We check feasability here, not the Karush Kuhn Tucker conditions.
[simgrid.git] / src / java / jxbt_context.c
index 4934ce7..ea22c83 100644 (file)
@@ -12,6 +12,7 @@
 #include "xbt/log.h"
 #include "xbt/dynar.h"
 #include "xbt/xbt_os_thread.h"
+#include "xbt/ex_interface.h"
 #include "java/jxbt_context.h"
 #include "java/jmsg.h"
 #include "java/jmsg_process.h"
@@ -270,7 +271,7 @@ xbt_context_start(xbt_context_t context)  {
 
 
 xbt_context_t 
-xbt_context_new(xbt_context_function_t code, 
+xbt_context_new(xbt_main_func_t code, 
                void_f_pvoid_t startup_func, void *startup_arg,
                void_f_pvoid_t cleanup_func, void *cleanup_arg,
                int argc, char *argv[]) {