summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 982e1fc..bc5824f 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -327,10 +327,10 @@ typedef struct H5VL_class_t {
* memory.
*/
typedef struct H5VL_t {
- const H5VL_class_t *cls; /*constant class info */
- const char *container_name; /* name of the underlying storage container */
+ const H5VL_class_t *cls; /* constant class info */
unsigned long feature_flags; /* VOL Driver feature Flags */
int nrefs; /* number of references by objects using this struct */
+ hid_t id; /* identifier for the VOL class */
} H5VL_t;
#ifdef __cplusplus