Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This commit concerned the reimplementation of the xbt context switch mechanism.
[simgrid.git] / src / java / jmsg.h
index 34b8e72..2dbd5f2 100644 (file)
@@ -15,9 +15,6 @@
 
 #include <jni.h>
 
-int
-is_main_thread(void);
-
 JavaVM *
 get_java_VM(void);
 
@@ -32,6 +29,8 @@ get_current_thread_env(void);
 JNIEXPORT void JNICALL 
 Java_simgrid_msg_Msg_processCreate(JNIEnv* env,jclass cls,jobject jprocess,jobject jhost);
 
+
+
 /*
  * Class               simgrid_msg_Msg
  * Method              processSuspend
@@ -460,4 +459,8 @@ Java_simgrid_msg_Msg_createEnvironment(JNIEnv* env, jclass cls,jstring jplatform
 JNIEXPORT void JNICALL 
 Java_simgrid_msg_Msg_platformLoad(JNIEnv* env, jclass cls, jobject jplatform);
 
+
+JNIEXPORT void JNICALL 
+Java_simgrid_msg_Msg_selectContextFactory(JNIEnv *, jclass, jstring);
+
 #endif /* !MSG4JAVA_H */