diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-06 12:18:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-06 12:18:05 (GMT) |
commit | 571523db1ffab60b505a0f66d3f7c25f4d1752d7 (patch) | |
tree | c3da7f1799eb8048885c4ce2b5372ba5fd3c183a /src/H5Oprivate.h | |
parent | 4e57d80f2e085a80dfe5f55a39c15e1edc4366f9 (diff) | |
download | hdf5-571523db1ffab60b505a0f66d3f7c25f4d1752d7.zip hdf5-571523db1ffab60b505a0f66d3f7c25f4d1752d7.tar.gz hdf5-571523db1ffab60b505a0f66d3f7c25f4d1752d7.tar.bz2 |
[svn-r13243] Description:
Add API routines for tracking & indexing the creation order on
attributes.
Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 9cb0a0e..4a9dc95 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -80,6 +80,7 @@ typedef struct H5O_t H5O_t; /* ========= Object Creation properties ============ */ #define H5O_CRT_ATTR_MAX_COMPACT_NAME "max compact attr" /* Max. # of attributes to store compactly */ #define H5O_CRT_ATTR_MIN_DENSE_NAME "min dense attr" /* Min. # of attributes to store densely */ +#define H5O_CRT_OHDR_FLAGS_NAME "object header flags" /* Object header flags */ /* ========= Object Copy properties ============ */ #define H5O_CPY_OPTION_NAME "copy object" /* Copy options */ |