summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-17 17:24:58 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-17 17:24:58 (GMT)
commit339aebc69a3e3493922b58f292a5bf6d3f3f983d (patch)
tree5c34745e95bb5138db0baf6e7d2a4199acf950f0 /src/H5Opublic.h
parent1e9efded02415d56bc4cccc5119001fedfb7168f (diff)
parent9ae9b3ef513613bb2fca15f96461a156148c2627 (diff)
downloadhdf5-339aebc69a3e3493922b58f292a5bf6d3f3f983d.zip
hdf5-339aebc69a3e3493922b58f292a5bf6d3f3f983d.tar.gz
hdf5-339aebc69a3e3493922b58f292a5bf6d3f3f983d.tar.bz2
Merge pull request #1381 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to develop
* commit '9ae9b3ef513613bb2fca15f96461a156148c2627': Moved the native VOL connector's optional enums to the public headers and renamed to include native/NATIVE in the name.
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r--src/H5Opublic.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index da2910d..fe0c72d 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -150,6 +150,13 @@ typedef enum H5O_mcdt_search_ret_t {
/* Callback to invoke when completing the search for a matching committed datatype from the committed dtype list */
typedef H5O_mcdt_search_ret_t (*H5O_mcdt_search_cb_t)(void *op_data);
+/* Enumeration for native VOL connector object optional VOL operations */
+typedef enum H5VL_native_object_optional_t {
+ H5VL_NATIVE_OBJECT_GET_COMMENT, /* H5G|H5Oget_comment, H5Oget_comment_by_name */
+ H5VL_NATIVE_OBJECT_GET_INFO, /* H5Oget_info(_by_idx, _by_name)(2?) */
+ H5VL_NATIVE_OBJECT_SET_COMMENT /* H5G|H5Oset_comment, H5Oset_comment_by_name */
+} H5VL_native_object_optional_t;
+
/********************/
/* Public Variables */
/********************/