diff options
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index 984edb6..f83d8fe 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -93,9 +93,13 @@ typedef enum H5FD_mem_t { * a fair amount of work to add a new kind of file memory and they are similar * enough to object headers and probably too minor to deserve their own type. * + * Map "extensible array" index blocks to 'ohdr' type file memory, since they + * are similar to extensible array header blocks. + * * -QAK */ #define H5FD_MEM_EARRAY_HDR H5FD_MEM_OHDR +#define H5FD_MEM_EARRAY_IBLOCK H5FD_MEM_OHDR /* * A free-list map which maps all types of allocation requests to a single |