diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-15 17:54:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-15 17:54:15 (GMT) |
commit | 4dd2b367d5718689009ff67e2e665b7e61863331 (patch) | |
tree | 7f89717daf9e810a268dfb02ee46e250d851ce28 /src/H5Aprivate.h | |
parent | 9e1e3eadbe2644670371333b4602cd184a01703e (diff) | |
download | hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.zip hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.tar.gz hdf5-4dd2b367d5718689009ff67e2e665b7e61863331.tar.bz2 |
[svn-r78] Checkpointing dataset code. Everything is currently working, except writing
a second dataset out to the file seems to loose the first one.
Diffstat (limited to 'src/H5Aprivate.h')
-rw-r--r-- | src/H5Aprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Aprivate.h b/src/H5Aprivate.h index 572d3be..09371d1 100644 --- a/src/H5Aprivate.h +++ b/src/H5Aprivate.h @@ -63,6 +63,7 @@ #define H5A_DATATYPEID_HASHSIZE 64 #define H5A_DATASPACEID_HASHSIZE 64 #define H5A_DATASETID_HASHSIZE 64 +#define H5A_OID_HASHSIZE 64 /* Atom information structure used */ typedef struct atom_info_struct_tag { |