summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-28 18:35:56 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-28 18:35:56 (GMT)
commit63ead111fad0e28e95c84bab134e149f4e8cd0d0 (patch)
tree13edfd4122cd5ee7254d846e818533459d91c079 /src/H5Fpkg.h
parentae5da182009bb5fc2faba40ef3a109870c9573e8 (diff)
downloadhdf5-63ead111fad0e28e95c84bab134e149f4e8cd0d0.zip
hdf5-63ead111fad0e28e95c84bab134e149f4e8cd0d0.tar.gz
hdf5-63ead111fad0e28e95c84bab134e149f4e8cd0d0.tar.bz2
[svn-r22168] - switch VOL property to be a pointer rather than an ID
- rename some utility routines
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index bb6cc4e..bdc01a6 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -33,6 +33,7 @@
/* Other public headers needed by this file */
#include "H5Bpublic.h" /* B-tree header, for H5B_NUM_BTREE_ID */
+#include "H5VLpublic.h"
/* Other private headers needed by this file */
#include "H5private.h" /* Generic Functions */
@@ -274,8 +275,7 @@ 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 */
+ struct H5VL_class_t *vol_cls; /* class of the VOL plugin */
};