diff options
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index 766d7df..1174e5b 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -42,6 +42,9 @@ #define H5I_VFL_HASHSIZE 64 #define H5I_GENPROPCLS_HASHSIZE 64 #define H5I_GENPROPOBJ_HASHSIZE 128 +#define H5I_ERRORCLS_HASHSIZE 64 +#define H5I_MAJORERR_HASHSIZE 64 +#define H5I_MINORERR_HASHSIZE 64 /* * Function for freeing objects. This function will be called with an object |