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 d38fa2c..2dbd5f2 100644 (file)
@@ -29,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
@@ -457,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 */