diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-22 17:30:24 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-22 17:30:24 (GMT) |
commit | f571a762fd5894f551c1f906641af229d839c6a9 (patch) | |
tree | 630194f09a05440159403a341de2f7aaaf848db1 /src/H5Dprivate.h | |
parent | 5ba39f7ca23aed43012cb9d43a5132051c9c2bda (diff) | |
download | hdf5-f571a762fd5894f551c1f906641af229d839c6a9.zip hdf5-f571a762fd5894f551c1f906641af229d839c6a9.tar.gz hdf5-f571a762fd5894f551c1f906641af229d839c6a9.tar.bz2 |
[svn-r775] Changes since 19981021
----------------------
./src/H5I.c
If we ran out of object ID's (which happens after about 67
million requests) then we'd wrap back to the first possible ID
but if we ran out a second time (after ~134 million requests)
then H5I_register() failed. Now it continues to wrap as often
as needed.
If we wrapped to the beginning of the possible ID's and then
requested ID's till we got toward the end of the list then
H5I_register() failed if the last possible ID's were in use.
The new behavior is to try all possible ID's (not just higher
ID's) before giving up.
Diffstat (limited to 'src/H5Dprivate.h')
0 files changed, 0 insertions, 0 deletions