diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-05-15 02:10:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-05-15 02:10:46 (GMT) |
commit | 2e9d48a551045d958b193d9d7a9964ef18b75dda (patch) | |
tree | 76be6502c1b3b9871cbb97646d502c3a65f46b20 /src/H5HLpkg.h | |
parent | 8cc79c08258778fe1aa2780b4c5dc330640fd227 (diff) | |
download | hdf5-2e9d48a551045d958b193d9d7a9964ef18b75dda.zip hdf5-2e9d48a551045d958b193d9d7a9964ef18b75dda.tar.gz hdf5-2e9d48a551045d958b193d9d7a9964ef18b75dda.tar.bz2 |
[svn-r27081] Description:
Clean up H5HL interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
Diffstat (limited to 'src/H5HLpkg.h')
-rw-r--r-- | src/H5HLpkg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5HLpkg.h b/src/H5HLpkg.h index bf9be2c..880cc05 100644 --- a/src/H5HLpkg.h +++ b/src/H5HLpkg.h @@ -114,9 +114,9 @@ struct H5HL_dblk_t { /* Struct for heap prefix */ struct H5HL_prfx_t { - H5AC_info_t cache_info; /* Information for H5AC cache functions, _must_ be */ - /* first field in structure */ - H5HL_t *heap; /* Pointer to heap for prefix */ + H5AC_info_t cache_info; /* Information for H5AC cache functions, */ + /* _must_ be first field in structure */ + H5HL_t *heap; /* Pointer to heap for prefix */ }; /* Callback information for loading local heap prefix from disk */ |