summaryrefslogtreecommitdiffstats
path: root/src/H5FOprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-11-29 19:55:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-11-29 19:55:22 (GMT)
commit3eea418b507d9a561606c658eba5c6b0158f520d (patch)
treea078df946bd474414f804e0eda695e7c018dae59 /src/H5FOprivate.h
parente911ab10ee38c352389bdb9360014f3e314adf2f (diff)
downloadhdf5-3eea418b507d9a561606c658eba5c6b0158f520d.zip
hdf5-3eea418b507d9a561606c658eba5c6b0158f520d.tar.gz
hdf5-3eea418b507d9a561606c658eba5c6b0158f520d.tar.bz2
[svn-r9597] Purpose:
Code optimization Description: Retarget metadata cache code from using TBBT routines to using new skiplist routines, for a reasonable speedup (when dealing with dirty metadata) Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Too minor to require h5committest
Diffstat (limited to 'src/H5FOprivate.h')
-rw-r--r--src/H5FOprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FOprivate.h b/src/H5FOprivate.h
index a752a75..8217907 100644
--- a/src/H5FOprivate.h
+++ b/src/H5FOprivate.h
@@ -25,7 +25,7 @@
/* Private headers needed by this file */
#include "H5private.h" /* Generic Functions */
#include "H5Fprivate.h" /* File access */
-#include "H5SLprivate.h" /* Skip list routines */
+#include "H5SLprivate.h" /* Skip lists */
/* Typedefs */