Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not require doxygen in maintainer mode
[simgrid.git] / src / java / jmsg.h
index 93f4ee6..5d80fc0 100644 (file)
@@ -125,7 +125,7 @@ JNIEXPORT jint JNICALL Java_simgrid_msg_MsgNative_processSelfPPID
  * Signature   (Lsimgrid/msg/Process;Lsimgrid/msg/Host;)V
  */
 JNIEXPORT void JNICALL Java_simgrid_msg_MsgNative_processChangeHost
-  (JNIEnv *, jclass, jobject, jobject);
+  (JNIEnv *, jclass, jobject);
 
 /*
  * Class               simgrid_msg_Msg
@@ -390,4 +390,7 @@ Java_simgrid_msg_MsgNative_taskListenFromHost(JNIEnv*, jclass, jstring, jobject)
 JNIEXPORT jint JNICALL 
 Java_simgrid_msg_MsgNative_taskListenFrom(JNIEnv*, jclass, jstring);
 
+JNIEXPORT void JNICALL 
+Java_simgrid_msg_Msg_deployApplication(JNIEnv* env, jclass cls,jstring jdeploymentFile);
+
 #endif /* !MSG4JAVA_H */