merge from develop and apply HDFFV-8611

This commit is contained in:
Allen Byrne
2017-05-24 15:00:51 -05:00
parent 206c4a43e8
commit 635e8c5377
47 changed files with 2965 additions and 2498 deletions

View File

@@ -2893,7 +2893,8 @@ public class H5 implements java.io.Serializable {
* @param file_id
* IN: Identifier of the target file.
*
* @param mdc_logging_status, the status
* @param mdc_logging_status
* the status
* mdc_logging_status[0] = is_enabled, whether logging is enabled
* mdc_logging_status[1] = is_currently_logging, whether events are currently being logged
*
@@ -5811,7 +5812,8 @@ public class H5 implements java.io.Serializable {
*
* @param fapl_id
* IN: File access property list identifier
* @param mdc_log_options, the options
* @param mdc_log_options
* the options
* mdc_logging_options[0] = is_enabled, whether logging is enabled
* mdc_logging_options[1] = start_on_access, whether the logging begins as soon as the file is opened or created
*