diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2009-02-12 19:09:10 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2009-02-12 19:09:10 (GMT) |
commit | 5a6c75cc585c8e16277e235aa4240ff5b9ff8763 (patch) | |
tree | c5a92e1c6c11ae21c03a0df420dcdc15acc912b1 /src/H5Dtest.c | |
parent | 582afd39e30142ace3e192ebe0a575ff9ba3413c (diff) | |
download | hdf5-5a6c75cc585c8e16277e235aa4240ff5b9ff8763.zip hdf5-5a6c75cc585c8e16277e235aa4240ff5b9ff8763.tar.gz hdf5-5a6c75cc585c8e16277e235aa4240ff5b9ff8763.tar.bz2 |
[svn-r16478] Purpose: Fix problem with opening an attribute multiple times through multiple
file handles.
Description:
An attribute's "oloc" field which specifies the file it resides in was located
in the attribute's "shared" structure. So when an attribute was opened multiple
times all of the handles for that attribute pointed to the same file id, even if
different file id's were used to open the different handles for the attribute.
The "oloc" has been moved to the top level H5A_t struct.
Tested: jam, smirom (h5committest)
Diffstat (limited to 'src/H5Dtest.c')
0 files changed, 0 insertions, 0 deletions