summaryrefslogtreecommitdiffstats
path: root/src/H5Dvirtual.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-11-09 14:12:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-11-09 14:12:06 (GMT)
commit7426415d9536290cca8847e85a7101a3aa11905c (patch)
tree48e5b1bfbc3853dd73eee92cf6a3194ad3ab0347 /src/H5Dvirtual.c
parent401f0c181ea8e9f486203a6b70710f0631a4a640 (diff)
downloadhdf5-7426415d9536290cca8847e85a7101a3aa11905c.zip
hdf5-7426415d9536290cca8847e85a7101a3aa11905c.tar.gz
hdf5-7426415d9536290cca8847e85a7101a3aa11905c.tar.bz2
[svn-r28311] Description:
Add missing callback to virtual layout "class" structure. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (Too minor to require h5committest)
Diffstat (limited to 'src/H5Dvirtual.c')
-rw-r--r--src/H5Dvirtual.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dvirtual.c b/src/H5Dvirtual.c
index 316fcf7..951a920 100644
--- a/src/H5Dvirtual.c
+++ b/src/H5Dvirtual.c
@@ -132,6 +132,7 @@ const H5D_layout_ops_t H5D_LOPS_VIRTUAL[1] = {{
NULL,
NULL,
H5D__virtual_flush,
+ NULL,
NULL
}};