diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-07-25 17:35:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-07-25 17:35:17 (GMT) |
commit | 2c8c5f96924b1e143d6047b802eda1aed9003d1c (patch) | |
tree | 49d081a241a9fb61c66b2fd6676c2cdba5f57604 /src/H5Iprivate.h | |
parent | 2a14d16d805762296e53ab25a6bc8b6a39230c11 (diff) | |
download | hdf5-2c8c5f96924b1e143d6047b802eda1aed9003d1c.zip hdf5-2c8c5f96924b1e143d6047b802eda1aed9003d1c.tar.gz hdf5-2c8c5f96924b1e143d6047b802eda1aed9003d1c.tar.bz2 |
[svn-r2444] Checkpoint the Generic Property implementation. It's not active yet, but it's
close. This shouldn't interfere with other development work. (I think.. :-)
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index a142a9e..3c33fa2 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -38,6 +38,8 @@ #define H5I_RAGGED_HASHSIZE 64 #define H5I_REFID_HASHSIZE 64 #define H5I_VFL_HASHSIZE 64 +#define H5I_GENPROPCLS_HASHSIZE 64 +#define H5I_GENPROPOBJ_HASHSIZE 128 /* * Function for freeing objects. This function will be called with an object |