summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authormyang6 <myang6@hdfgroup.org>2021-10-25 18:12:23 (GMT)
committermyang6 <myang6@hdfgroup.org>2021-10-25 18:12:23 (GMT)
commit56e0e6ad352c895e35718cec51d346fa45430382 (patch)
tree5d65be16c72b6fa3a1aadeafa07d34debe725d48 /src/H5Fint.c
parentc17ec107bb9d3afd99774e66fba2a6c8f8ca5142 (diff)
downloadhdf5-56e0e6ad352c895e35718cec51d346fa45430382.zip
hdf5-56e0e6ad352c895e35718cec51d346fa45430382.tar.gz
hdf5-56e0e6ad352c895e35718cec51d346fa45430382.tar.bz2
add macro, need to debug an error caused by using the macro
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index 9c4a143..b681c23 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -2224,10 +2224,11 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id)
/* Success */
ret_value = file;
-done:
#if 1 /*KENT*/
- H5F_post_vfd_swrm_log_entry(file, 0, "File open ends");
+ //H5F_post_vfd_swmr_log_entry(file, 0, "File open ends");
+ H5F_POST_VFD_SWMR_LOG_ENTRY(file, 0, "File open ends")
#endif
+done:
if ((NULL == ret_value) && file) {
if (file->shared->root_grp && file->shared->nrefs == 1) {
if (H5AC_expunge_tag_type_metadata(file, H5G_oloc(file->shared->root_grp)->addr, H5AC_OHDR_ID,