summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.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/H5VLpublic.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/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index ede4358..31b1e88 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -149,11 +149,8 @@ typedef struct H5VL_object_class_t {
/* Class information for each VOL driver */
typedef struct H5VL_class_t {
const char *name;
+ unsigned nrefs; /* Ref count for times struct is pointed to */
herr_t (*terminate)(void);
- size_t fapl_size;
- void * (*fapl_get)(hid_t fid);
- void * (*fapl_copy)(const void *fapl);
- herr_t (*fapl_free)(void *fapl);
H5VL_attribute_class_t attribute_cls;
H5VL_datatype_class_t datatype_cls;
H5VL_dataset_class_t dataset_cls;