summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-10-27 14:16:26 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-10-27 14:16:26 (GMT)
commit55d6fd7d39b8851c12b2c52de07a03c7fb1269ef (patch)
tree979e0a42ae8221da9a67e2f50c19caf84af98659 /src/H5VLpublic.h
parentfba658662b64b169c0664a6f66a29d27b36be0f4 (diff)
downloadhdf5-55d6fd7d39b8851c12b2c52de07a03c7fb1269ef.zip
hdf5-55d6fd7d39b8851c12b2c52de07a03c7fb1269ef.tar.gz
hdf5-55d6fd7d39b8851c12b2c52de07a03c7fb1269ef.tar.bz2
Initial implementation of file create/open/close on daos-m. Has not been tested.
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 220b6ed..3277f12 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -320,6 +320,7 @@ typedef struct H5VL_async_class_t {
/* enum value to identify the class of a VOL plugin (mostly for comparison purposes) */
typedef enum H5VL_class_value_t {
H5_VOL_NATIVE = 0, /* This should be first */
+ H5_VOL_DAOSM = 1,
H5_VOL_MAX_LIB_VALUE = 128 /* This should be last */
} H5VL_class_value_t;