summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-10 21:26:21 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-10 21:26:21 (GMT)
commit39b3b52a941dd5e012e5a472ef940d624941833b (patch)
treede3cb2001c62b76a89837ff1e90044574d71f19d /src/H5PLprivate.h
parent471150151d29eeb806333a8db41fefc9dfb452bb (diff)
parente962df1591bc6eaee5b9e318de83b9c6698bc7b6 (diff)
downloadhdf5-39b3b52a941dd5e012e5a472ef940d624941833b.zip
hdf5-39b3b52a941dd5e012e5a472ef940d624941833b.tar.gz
hdf5-39b3b52a941dd5e012e5a472ef940d624941833b.tar.bz2
Merge pull request #1291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_squash to develop
* commit 'e962df1591bc6eaee5b9e318de83b9c6698bc7b6': VOL FEATURE
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r--src/H5PLprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h
index cc2e258..2af1b70 100644
--- a/src/H5PLprivate.h
+++ b/src/H5PLprivate.h
@@ -36,6 +36,7 @@
/* The key that will be used to find the plugin */
typedef union H5PL_key_t {
int id; /* filters */
+ const char *name; /* VOL drivers */
} H5PL_key_t;