summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-17 17:30:05 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-11-17 17:30:05 (GMT)
commit68ddc3029a1e55cb1f995c0b69233c7c06ff94da (patch)
tree52023b9307db6664c1b6286a07697d891d75db54 /src/H5Fpkg.h
parent97a37aa84913808792418e6814126bdee856288e (diff)
downloadhdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.zip
hdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.tar.gz
hdf5-68ddc3029a1e55cb1f995c0b69233c7c06ff94da.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 31630ef..ca26941 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -456,35 +456,35 @@ 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.
- */
+ 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.
+ */
H5F_generate_md_ck_t generate_md_ck_cb;
- /* For testing only:
- * Invoke the user-defined callback if exists to
- * generate checksum for the metadata file
- */
-
- haddr_t vfd_swmr_md_eoa; /* POSIX: eoa for the metadata
- * file
- */
- uint64_t updater_seq_num;/* Sequence number of the next updater file to be
- * genereated. This field must be initialized to zero,
- * and incremented after each updater file is generated.
- */
+ /* For testing only:
+ * Invoke the user-defined callback if exists to
+ * generate checksum for the metadata file
+ */
+
+ haddr_t vfd_swmr_md_eoa; /* POSIX: eoa for the metadata
+ * file
+ */
+ uint64_t updater_seq_num; /* Sequence number of the next updater file to be
+ * genereated. This field must be initialized to zero,
+ * and incremented after each updater file is generated.
+ */
/* Free space manager for the metadata file */
H5FS_t * fs_man_md; /* Free-space manager */