summaryrefslogtreecommitdiffstats
path: root/src/H5Gpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-01-07 16:17:24 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-01-07 16:17:24 (GMT)
commit7116d82f6b685261b5b4e64fada1a0a031cd7341 (patch)
tree3f93a79725006a12f227fa88090b3729d3a45f45 /src/H5Gpkg.h
parenta08a3eaebac031a909748db05f747cec72989f5c (diff)
parentfcdcc4beb18cfb6098ec2f0e0d45db38ee59178f (diff)
downloadhdf5-7116d82f6b685261b5b4e64fada1a0a031cd7341.zip
hdf5-7116d82f6b685261b5b4e64fada1a0a031cd7341.tar.gz
hdf5-7116d82f6b685261b5b4e64fada1a0a031cd7341.tar.bz2
Merge pull request #2229 in HDFFV/hdf5 from vol_changes_to_1_12 to hdf5_1_12
* commit 'fcdcc4beb18cfb6098ec2f0e0d45db38ee59178f': Remove mismerged code Cherry pick of 0225e6d5969 Cleanups from PR reviews Remove unnecessary H5CX call Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic fallback for VOL connectors that don't implement operation Refactor all the 'H5VL_*_optional' callbacks to move the type of operation out of the va_list, so it's at least possible for another connector to know what the operation is and decide whether to implement it or not. Update h5debug to retrieve file pointer through VOL framework
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r--src/H5Gpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h
index f475bde..6dc025c 100644
--- a/src/H5Gpkg.h
+++ b/src/H5Gpkg.h
@@ -498,6 +498,8 @@ H5_DLL herr_t H5G__name_init(H5G_name_t *name, const char *path);
*/
H5_DLL herr_t H5G__loc_insert(H5G_loc_t *grp_loc, const char *name,
H5G_loc_t *obj_loc, H5O_type_t obj_type, const void *crt_info);
+H5_DLL herr_t H5G__loc_addr(const H5G_loc_t *loc, const char *name,
+ haddr_t *addr/*out*/);
/* Testing functions */
#ifdef H5G_TESTING