Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
export the energy plugin to the java world
[simgrid.git] / src / bindings / java / jmsg.h
index bc8ad54..75ad3db 100644 (file)
@@ -40,6 +40,9 @@ JNIEXPORT void JNICALL
 JNIEXPORT void JNICALL
 Java_org_simgrid_msg_Msg_init(JNIEnv * env, jclass cls, jobjectArray jargs);
 
+JNIEXPORT void JNICALL
+Java_org_simgrid_msg_Msg_energyInit(void);
+
 JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_debug(JNIEnv *, jclass,
                                                  jstring);