diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-08-23 21:54:52 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2019-10-08 19:30:24 (GMT) |
commit | bf65652e9b73d66ce2a6c7a44e75e11a602eaa9e (patch) | |
tree | 92c9bffb7a16fd8fa1264252481c4784b97bb69a /src/H5Fpkg.h | |
parent | fa6fdde1bfb8a29cfc86a4b441c49a63f15fd109 (diff) | |
download | hdf5-bf65652e9b73d66ce2a6c7a44e75e11a602eaa9e.zip hdf5-bf65652e9b73d66ce2a6c7a44e75e11a602eaa9e.tar.gz hdf5-bf65652e9b73d66ce2a6c7a44e75e11a602eaa9e.tar.bz2 |
Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info.
Remove "by address" location for VOL operations. (Switching to "by token")
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 6a5c62f..4b5b788 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -411,6 +411,7 @@ H5_DLL herr_t H5F__close(H5F_t *f); H5_DLL herr_t H5F__set_libver_bounds(H5F_t *f, H5F_libver_t low, H5F_libver_t high); H5_DLL H5F_t *H5F__get_file(void *obj, H5I_type_t type); H5_DLL hid_t H5F__get_file_id(H5F_t *file, hbool_t app_ref); +H5_DLL herr_t H5F__get_cont_info(const H5F_t *f, H5VL_file_cont_info_t *info); /* File mount related routines */ H5_DLL herr_t H5F__mount(H5G_loc_t *loc, const char *name, H5F_t *child, hid_t plist_id); |