Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
export the energy plugin to the java world
[simgrid.git] / src / bindings / java / jmsg.cpp
index a3479b3..b8300a4 100644 (file)
@@ -359,3 +359,10 @@ void java_main_jprocess(jobject jprocess)
 }
 }
 
+
+
+#include "simgrid/plugins/energy.h"
+JNIEXPORT void JNICALL
+Java_org_simgrid_msg_Msg_energyInit(void) {
+  sg_energy_plugin_init();
+}