Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a cache on Host.name. Add a cache on some jfieldID/jmethodID on Host/Process
[simgrid.git] / src / jmsg_synchro.c
index f2f06df..d7399ca 100644 (file)
@@ -8,7 +8,6 @@
 #include "jmsg_synchro.h"
 #include "jxbt_utilities.h"
 
-
 JNIEXPORT void JNICALL
 Java_org_simgrid_msg_Mutex_init(JNIEnv * env, jobject obj) {
        xbt_mutex_t mutex = xbt_mutex_init();