summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-09-04 02:05:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-09-04 02:05:16 (GMT)
commit80d6d8e4727b438194a881b57a35e72d029550bb (patch)
treeda7b3d5f97309b9bd7e1986c4f43aaf3969646e1 /src/H5FDprivate.h
parent4c4a93612e4e48c2d60eb7c1b1f5c8702e540d6f (diff)
downloadhdf5-80d6d8e4727b438194a881b57a35e72d029550bb.zip
hdf5-80d6d8e4727b438194a881b57a35e72d029550bb.tar.gz
hdf5-80d6d8e4727b438194a881b57a35e72d029550bb.tar.bz2
[svn-r7442] Purpose:
Bug fix Description: The VFL driver ID in a file's access proprty list wasn't being reference counted correctly, causing the VFL driver to get prematurely closed after several calls to "H5Pget_access_plist->H5Pclose". Solution: Increment VFL driver ID reference count when copy of file's access property list is made in H5Pget_access_plist() Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index 7993e91..447bef9 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -21,8 +21,6 @@
#include "H5FDpublic.h"
-#define H5FD_has_cmp(id) (NULL!=H5FD_get_class(id)->cmp)
-
H5_DLL int H5FD_term_interface(void);
H5_DLL H5FD_class_t *H5FD_get_class(hid_t id);
H5_DLL hsize_t H5FD_sb_size(H5FD_t *file);