summaryrefslogtreecommitdiffstats
path: root/src/H5Apkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-01-18 14:32:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-01-18 14:32:27 (GMT)
commit9155785889af8ae809fb5e9cdbb330710a174d72 (patch)
tree1aa6540340928a3c5b05bb240540ce6aa48ec6be /src/H5Apkg.h
parentfa11904aabebe64af2d90be3b3203203569e0bcb (diff)
downloadhdf5-9155785889af8ae809fb5e9cdbb330710a174d72.zip
hdf5-9155785889af8ae809fb5e9cdbb330710a174d72.tar.gz
hdf5-9155785889af8ae809fb5e9cdbb330710a174d72.tar.bz2
[svn-r13152] Description:
Add anotherdense/shared attribute test. Clean up minor attribute/object header codelets, in preparation for adding creation index to attributes. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Diffstat (limited to 'src/H5Apkg.h')
-rw-r--r--src/H5Apkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h
index 82471d1..ca4b50d 100644
--- a/src/H5Apkg.h
+++ b/src/H5Apkg.h
@@ -65,13 +65,13 @@ struct H5A_t {
H5O_loc_t oloc; /* Object location for object attribute is on */
H5G_name_t path; /* Group hierarchy path */
char *name; /* Attribute's name */
+ H5T_cset_t encoding; /* Character encoding of attribute name */
H5T_t *dt; /* Attribute's datatype */
size_t dt_size; /* Size of datatype on disk */
H5S_t *ds; /* Attribute's dataspace */
size_t ds_size; /* Size of dataspace on disk */
void *data; /* Attribute data (on a temporary basis) */
size_t data_size; /* Size of data on disk */
- H5T_cset_t encoding; /* Character encoding of attribute */
H5O_shared_t sh_loc; /* Location of shared message */
};