summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2019-11-26 01:07:44 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2019-12-09 20:55:03 (GMT)
commit5c97046501f35cc435144c5e111dadcb10e5c290 (patch)
treee7fd1a3084cd418669c8cf87d108e5bd036cdf39 /src/H5VLconnector.h
parent518f35d4341213cbfbd23e697fbdc9e9641fc03f (diff)
downloadhdf5-5c97046501f35cc435144c5e111dadcb10e5c290.zip
hdf5-5c97046501f35cc435144c5e111dadcb10e5c290.tar.gz
hdf5-5c97046501f35cc435144c5e111dadcb10e5c290.tar.bz2
Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE
Remove H5F__get_file_id() and use only private routine instead
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r--src/H5VLconnector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h
index 2dd8fbe..f890bda0 100644
--- a/src/H5VLconnector.h
+++ b/src/H5VLconnector.h
@@ -161,6 +161,7 @@ typedef enum H5VL_link_specific_t {
/* types for object GET callback */
typedef enum H5VL_object_get_t {
+ H5VL_OBJECT_GET_FILE, /* object file */
H5VL_OBJECT_GET_NAME, /* object name */
H5VL_OBJECT_GET_TYPE /* object type */
} H5VL_object_get_t;