summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 152680a..95854cb 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -512,23 +512,23 @@ struct H5F_shared_t {
uint32_t old_mdf_idx_entries_used;
/* Metadata file and updater file for VFD SWMR writer */
- int vfd_swmr_md_fd; /* POSIX: file descriptor for the
- * metadata file or -1 if the metadata file
- * is not currently open.
- * The vfd_swmr_config.generate_updater_files
- * is FALSE.
- */
- /* NFS:
- * The vfd_swmr_config.generate_updater_files
- * is TRUE and:
- * --if vfd_swmr_config.writer is FALSE,
- * this field is the file descriptor of the local
- * copy of the metadata file, or -1 if the local
- * copy is not currently open.
- * --if vfd_swmr_config.writer is TRUE, this field
- * is not used and is set to -1.
- */
- char *md_file_path_name; /* Name composed of md_file_path and md_file_name from vfd_swmr_config */
+ int vfd_swmr_md_fd; /* POSIX: file descriptor for the
+ * metadata file or -1 if the metadata file
+ * is not currently open.
+ * The vfd_swmr_config.generate_updater_files
+ * is FALSE.
+ */
+ /* NFS:
+ * The vfd_swmr_config.generate_updater_files
+ * is TRUE and:
+ * --if vfd_swmr_config.writer is FALSE,
+ * this field is the file descriptor of the local
+ * copy of the metadata file, or -1 if the local
+ * copy is not currently open.
+ * --if vfd_swmr_config.writer is TRUE, this field
+ * is not used and is set to -1.
+ */
+ char *md_file_path_name; /* Name composed of md_file_path and md_file_name from vfd_swmr_config */
H5F_generate_md_ck_t generate_md_ck_cb;
/* For testing only: