summaryrefslogtreecommitdiffstats
path: root/src/H5VLdaosm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLdaosm.h')
-rw-r--r--src/H5VLdaosm.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/H5VLdaosm.h b/src/H5VLdaosm.h
index ab9d754..d2d36f4 100644
--- a/src/H5VLdaosm.h
+++ b/src/H5VLdaosm.h
@@ -97,6 +97,16 @@ typedef struct H5VL_daosm_dset_t {
hid_t dapl_id;
} H5VL_daosm_dset_t;
+/* The datatype struct */
+/* Note we could speed things up a bit by caching the serialized datatype. We
+ * may also not need to keep the type_id around. -NAF */
+typedef struct H5VL_daosm_dtype_t {
+ H5VL_daosm_obj_t obj; /* Must be first */
+ hid_t type_id;
+ hid_t tcpl_id;
+ hid_t tapl_id;
+} H5VL_daosm_dtype_t;
+
/* The map struct */
typedef struct H5VL_daosm_map_t {
H5VL_daosm_obj_t obj; /* Must be first */