Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move some functions from MsgNative to Task, to make one less call
[simgrid.git] / src / jmsg.h
index 9fdbaeb..d5a231f 100644 (file)
@@ -189,19 +189,6 @@ Java_org_simgrid_msg_MsgNative_hostGetLoad(JNIEnv * env, jclass cls,
 JNIEXPORT jboolean JNICALL Java_org_simgrid_msg_MsgNative_hostIsAvail
     (JNIEnv *, jclass, jobject);
 
-/*
- * Class               simgrid_msg_Msg
- * Method              taskCreate
- * Signature   (Lsimgrid/msg/Task;Ljava/lang/String;DD)V
- */
-JNIEXPORT void JNICALL Java_org_simgrid_msg_MsgNative_taskCreate
-    (JNIEnv *, jclass, jobject, jstring, jdouble, jdouble);
-
-JNIEXPORT void JNICALL
-Java_org_simgrid_msg_MsgNative_parallel_taskCreate(JNIEnv *, jclass, jobject,
-                                               jstring, jobjectArray,
-                                               jdoubleArray, jdoubleArray);
-
 /*
  * Class               simgrid_msg_Msg
  * Method              taskGetSender
@@ -259,14 +246,6 @@ Java_org_simgrid_msg_MsgNative_taskGetRemainingDuration(JNIEnv *, jclass,
 JNIEXPORT void JNICALL Java_org_simgrid_msg_MsgNative_taskSetPriority
     (JNIEnv *, jclass, jobject, jdouble);
 
-/*
- * Class               simgrid_msg_Msg
- * Method              taskDestroy
- * Signature   (Lsimgrid/msg/Task;)V
- */
-JNIEXPORT void JNICALL Java_org_simgrid_msg_MsgNative_taskDestroy
-    (JNIEnv *, jclass, jobject);
-
 /*
  * Class               simgrid_msg_Msg
  * Method              taskExecute