summaryrefslogtreecommitdiffstats
path: root/src/H5Defl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-01 23:00:55 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-01 23:00:55 (GMT)
commitc719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef (patch)
treea97c1f7b170139dd54ca3f126d3bb8eb50291b5a /src/H5Defl.c
parentd5d34def1ca98fdacc9b31d992a865f07104d379 (diff)
downloadhdf5-c719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef.zip
hdf5-c719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef.tar.gz
hdf5-c719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef.tar.bz2
[svn-r9356] Purpose:
Bug fix & code cleanup Description: More dataset cleanups to get to a point where we can fix the chunked I/O bug. Also fix a couple of errors in the recent file object resurrection changes which should hopefully address the recent daily test failres (H5T.c) Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) h5committest
Diffstat (limited to 'src/H5Defl.c')
-rw-r--r--src/H5Defl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Defl.c b/src/H5Defl.c
index ab3e260..474ac2f 100644
--- a/src/H5Defl.c
+++ b/src/H5Defl.c
@@ -34,6 +34,10 @@ static herr_t H5D_efl_read (const H5O_efl_t *efl, haddr_t addr, size_t size,
static herr_t H5D_efl_write(const H5O_efl_t *efl, haddr_t addr, size_t size,
const uint8_t *buf);
+/* Interface initialization */
+static int interface_initialize_g = 0;
+#define INTERFACE_INIT NULL
+
/*-------------------------------------------------------------------------
* Function: H5D_efl_read