diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-11-29 19:55:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-11-29 19:55:18 (GMT) |
commit | 51ed85b2775eba3923fb9b0c7ee887ff9284cc22 (patch) | |
tree | c76fb2b905945864e96824a4422420f314f2606b /src/H5FOprivate.h | |
parent | 3e99d8411ccf441b3172a21617d1323ebfff56f2 (diff) | |
download | hdf5-51ed85b2775eba3923fb9b0c7ee887ff9284cc22.zip hdf5-51ed85b2775eba3923fb9b0c7ee887ff9284cc22.tar.gz hdf5-51ed85b2775eba3923fb9b0c7ee887ff9284cc22.tar.bz2 |
[svn-r9596] 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.h | 2 |
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 */ |