summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-02-07 22:06:25 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-02-07 22:06:25 (GMT)
commitc614ba6fccbd3e665d2bd91c23e7f129e01b8f27 (patch)
tree0e5d3dd50ea6ec7c5937da6386204689627803df /src/H5Fpkg.h
parent06f7971a13a5e026a4711a7408319840456a1541 (diff)
downloadhdf5-c614ba6fccbd3e665d2bd91c23e7f129e01b8f27.zip
hdf5-c614ba6fccbd3e665d2bd91c23e7f129e01b8f27.tar.gz
hdf5-c614ba6fccbd3e665d2bd91c23e7f129e01b8f27.tar.bz2
[svn-r21915] starting to set up vol framework
fopen, fclose, fcreate routed through native vol
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 334879c..bb6cc4e 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -274,6 +274,8 @@ struct H5F_t {
hbool_t closing; /* File is in the process of being closed */
struct H5F_t *parent; /* Parent file that this file is mounted to */
unsigned nmounts; /* Number of children mounted to this file */
+ hid_t vol_id; /* id of the vol plugin used to open the file */
+ //H5VL_class_t vol_cls; /* class of the VOL plugin */
};