summaryrefslogtreecommitdiffstats
path: root/src/H5VLconnector.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-01-04 16:05:22 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-01-04 16:05:22 (GMT)
commit9a155a538bb179c794c75780757ef3e6af3c9b28 (patch)
tree771322bef14326f5bbd8e1cb9b261baf0b22faff /src/H5VLconnector.h
parent617e2166b26f6b872281888c4f9f2486004a1a58 (diff)
downloadhdf5-9a155a538bb179c794c75780757ef3e6af3c9b28.zip
hdf5-9a155a538bb179c794c75780757ef3e6af3c9b28.tar.gz
hdf5-9a155a538bb179c794c75780757ef3e6af3c9b28.tar.bz2
Cherry pick of 0225e6d5969
Diffstat (limited to 'src/H5VLconnector.h')
-rw-r--r--src/H5VLconnector.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/H5VLconnector.h b/src/H5VLconnector.h
index 6ae43c0..4ce6bb1 100644
--- a/src/H5VLconnector.h
+++ b/src/H5VLconnector.h
@@ -459,14 +459,6 @@ typedef struct H5VL_blob_class_t {
herr_t (*optional)(void *obj, void *blob_id, H5VL_blob_optional_t opt_type, va_list arguments);
} H5VL_blob_class_t;
-/*
- * VOL connector identifiers. Values 0 through 255 are for connectors defined
- * by the HDF5 library. Values 256 through 511 are available for testing new
- * filters. Subsequent values should be obtained from the HDF5 development
- * team at help@hdfgroup.org.
- */
-typedef int H5VL_class_value_t;
-
/* Class information for each VOL connector */
typedef struct H5VL_class_t {
/* Overall connector fields & callbacks */
@@ -514,6 +506,7 @@ extern "C" {
#endif
/* Helper routines for VOL connector authors */
+H5_DLL hid_t H5VLregister_connector(const H5VL_class_t *cls, hid_t vipl_id);
H5_DLL void *H5VLobject(hid_t obj_id);
H5_DLL hid_t H5VLget_file_type(void *file_obj, hid_t connector_id,
hid_t dtype_id);