Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to use s4u in simdag internally
[simgrid.git] / src / bindings / java / jmsg_rngstream.h
index 98a2272e4e8358f6ef601319330263cf2a02efec..f3827c9cd082878ac0706489366b9d5252ac85ae 100644 (file)
@@ -11,6 +11,8 @@
 #include <jni.h>
 #include <xbt/RngStream.h>
 
+SG_BEGIN_DECL()
+
 RngStream jrngstream_to_native(JNIEnv *env, jobject jrngstream);
 
 JNIEXPORT void JNICALL
@@ -49,4 +51,6 @@ Java_org_simgrid_msg_RngStream_randU01(JNIEnv *env, jobject jrngstream);
 JNIEXPORT jint JNICALL
 Java_org_simgrid_msg_RngStream_randInt(JNIEnv *env, jobject jrngstream, jint i, jint j);
 
+SG_END_DECL()
+
 #endif                          /* MSG_RNGSTREAM_H */