Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move functions from MsgNative to Host, and from jmsg to jmsg_host
[simgrid.git] / src / smx_context_java.h
index d801dc3..c95f15b 100644 (file)
@@ -8,7 +8,7 @@
 #define _XBT_CONTEXT_JAVA_H
 
 #include <xbt/misc.h>
-#include <simix/context.h>
+#include <simgrid/simix.h>
 #include "jmsg.h"
 #include "jmsg_process.h"
 
@@ -21,6 +21,7 @@ typedef struct s_smx_ctx_java {
 } s_smx_ctx_java_t, *smx_ctx_java_t;
 
 void SIMIX_ctx_java_factory_init(smx_context_factory_t *factory);
+void smx_ctx_java_stop(smx_context_t context);
 
 SG_END_DECL()