[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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user