summaryrefslogtreecommitdiffstats
path: root/src/H5ACprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-03 03:36:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-03 03:36:44 (GMT)
commit41220f091117888c29a80949cd32fb99e7d877ea (patch)
tree98622abae20a29ed59152e8271c15c3b72bb0f04 /src/H5ACprivate.h
parent84728ecf74516e616b2dc8f651489c487fc3088e (diff)
downloadhdf5-41220f091117888c29a80949cd32fb99e7d877ea.zip
hdf5-41220f091117888c29a80949cd32fb99e7d877ea.tar.gz
hdf5-41220f091117888c29a80949cd32fb99e7d877ea.tar.bz2
[svn-r17154] Description:
Add fixed array data structure. (For initial use as a chunk index) Tested on: Mac OS X/32 10.5.7 (amazon) (h5committest not required on this branch)
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r--src/H5ACprivate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index 8122567..b58d24f 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -68,6 +68,9 @@ typedef enum {
H5AC_EARRAY_DBLOCK_ID, /*extensible array data block */
H5AC_EARRAY_DBLK_PAGE_ID, /*extensible array data block page */
H5AC_CHUNK_PROXY_ID, /*chunk proxy */
+ H5AC_FARRAY_HDR_ID, /*fixed array header */
+ H5AC_FARRAY_DBLOCK_ID, /*fixed array data block */
+ H5AC_FARRAY_DBLK_PAGE_ID, /*fixed array data block page */
H5AC_TEST_ID, /*test entry -- not used for actual files */
H5AC_NTYPES /* Number of types, must be last */
} H5AC_type_t;