summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5fImp.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-11-30 23:12:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-11-30 23:12:35 (GMT)
commit65be68a17d1e5bec7e51e5f3e2e03d22163f7817 (patch)
tree4fbed27e66a41c3d8cb6f4f75f30ffe923f9185c /java/src/jni/h5fImp.h
parent5922bbb45f03b0e84c3aef7e1ed1010273caa7e2 (diff)
downloadhdf5-65be68a17d1e5bec7e51e5f3e2e03d22163f7817.zip
hdf5-65be68a17d1e5bec7e51e5f3e2e03d22163f7817.tar.gz
hdf5-65be68a17d1e5bec7e51e5f3e2e03d22163f7817.tar.bz2
Add some Java methods that were missed earlier.
Diffstat (limited to 'java/src/jni/h5fImp.h')
-rw-r--r--java/src/jni/h5fImp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/java/src/jni/h5fImp.h b/java/src/jni/h5fImp.h
index a501b7e..b88e491 100644
--- a/java/src/jni/h5fImp.h
+++ b/java/src/jni/h5fImp.h
@@ -212,6 +212,33 @@ JNIEXPORT void JNICALL
Java_hdf_hdf5lib_H5_H5Fclear_1elink_1file_1cache
(JNIEnv *, jclass, jlong);
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5Fstart_mdc_logging
+ * Signature: (J)V
+ */
+JNIEXPORT void JNICALL
+Java_hdf_hdf5lib_H5_H5Fstart_1mdc_1logging
+ (JNIEnv *, jclass, jlong);
+
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5Fstop_mdc_logging
+ * Signature: (J)V
+ */
+JNIEXPORT void JNICALL
+Java_hdf_hdf5lib_H5_H5Fstop_1mdc_1logging
+ (JNIEnv *, jclass, jlong);
+
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5Fget_mdc_logging_status
+ * Signature: (J[Z)V
+ */
+JNIEXPORT void JNICALL
+Java_hdf_hdf5lib_H5_H5Fget_1mdc_1logging_1status
+ (JNIEnv *, jclass, jlong, jbooleanArray);
+
#ifdef __cplusplus
} /* end extern "C" */
#endif /* __cplusplus */