summaryrefslogtreecommitdiffstats
path: root/src/H5Defl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-27 22:22:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-27 22:22:39 (GMT)
commit902de51188364990fa0eddc1ba82f05cbbd60a20 (patch)
tree58dbb1958c57a44088fdb7e1adf0b45cab92f557 /src/H5Defl.c
parent0fb5c9b678f60af761556c5ca3337109d352145c (diff)
downloadhdf5-902de51188364990fa0eddc1ba82f05cbbd60a20.zip
hdf5-902de51188364990fa0eddc1ba82f05cbbd60a20.tar.gz
hdf5-902de51188364990fa0eddc1ba82f05cbbd60a20.tar.bz2
[svn-r17244] Description:
Bring r17243 from trunk to 1.8 branch: Refactor how the layout message is created/written/read in the dataset's object header. Tested on: FreeBSD/32 6.3 (duty) in debug mode (change h5committested on trunk)
Diffstat (limited to 'src/H5Defl.c')
-rw-r--r--src/H5Defl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Defl.c b/src/H5Defl.c
index cb31630..b9a8345 100644
--- a/src/H5Defl.c
+++ b/src/H5Defl.c
@@ -86,6 +86,7 @@ const H5D_layout_ops_t H5D_LOPS_EFL[1] = {{
#endif /* H5_HAVE_PARALLEL */
H5D_efl_readvv,
H5D_efl_writevv,
+ NULL,
NULL
}};