summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-12-19 20:14:13 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-12-19 20:14:13 (GMT)
commit07e6f39f4bda85a969b78c25c4adf93e00b7ab17 (patch)
tree3dbea209c7061930905b9a7aae652196a7f29866 /src/H5FDprivate.h
parentdc15a6987e1b10f19a0a692fdd00d5e713701a9a (diff)
downloadhdf5-07e6f39f4bda85a969b78c25c4adf93e00b7ab17.zip
hdf5-07e6f39f4bda85a969b78c25c4adf93e00b7ab17.tar.gz
hdf5-07e6f39f4bda85a969b78c25c4adf93e00b7ab17.tar.bz2
Change the unwieldy name vfd_swmr_idx_entry_defer_free() to
shadow_image_defer_free(), which is also a better description of what the routine does.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index 9df0c13..fdcca1b 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -347,7 +347,7 @@ H5_DLL herr_t H5FD_set_paged_aggr(H5FD_t *file, hbool_t paged);
H5_DLL herr_t H5FD_get_driver_name(const H5FD_t *file, char **driver_name);
/* Function prototypes for VFD SWMR */
-H5_DLL int vfd_swmr_idx_entry_defer_free(struct H5F_shared_t *,
+H5_DLL int shadow_image_defer_free(struct H5F_shared_t *,
const H5FD_vfd_swmr_idx_entry_t *);
H5_DLL herr_t H5FD_vfd_swmr_get_tick_and_idx(H5FD_t *_file, hbool_t read_index,
uint64_t *tick_ptr, uint32_t *num_entries_ptr,