summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 21:08:58 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 21:08:58 (GMT)
commitf8f9dac38a70f525248c3684e612edf1fa31c18a (patch)
tree78a4bedad56a15a08bb463a4ef5d55d5eb47558c /src/H5VLnative.c
parent0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2 (diff)
downloadhdf5-f8f9dac38a70f525248c3684e612edf1fa31c18a.zip
hdf5-f8f9dac38a70f525248c3684e612edf1fa31c18a.tar.gz
hdf5-f8f9dac38a70f525248c3684e612edf1fa31c18a.tar.bz2
[svn-r22558] add fapl copy & free callbacks to the VOL class as they are needed for VOL info property.
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index de0ad06..3f77d84 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -132,6 +132,9 @@ static H5VL_class_t H5VL_native_g = {
"native", /* name */
NULL, /* initialize */
NULL, /* terminate */
+ 0, /* fapl_size */
+ NULL, /* fapl_copy */
+ NULL, /* fapl_free */
{ /* attribute_cls */
H5VL_native_attr_create, /* create */
H5VL_native_attr_open, /* open */