summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-10-07 21:04:51 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-10-07 21:04:51 (GMT)
commitc4f1dfcf17118f16254f469332b346c74dea1c53 (patch)
tree77b72e7079afe86c1b4bb0b50c01d3e9912dd460 /src/H5Iprivate.h
parentfe135c15da44b70fdf966ced9262c6b1cf0ec45c (diff)
downloadhdf5-c4f1dfcf17118f16254f469332b346c74dea1c53.zip
hdf5-c4f1dfcf17118f16254f469332b346c74dea1c53.tar.gz
hdf5-c4f1dfcf17118f16254f469332b346c74dea1c53.tar.bz2
[svn-r743] Added H5I_type_t type to H5_trace and added H5Iget_type function call. Also
checked in H5R skeleton files.
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index 277f6e6..788afb2 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -33,9 +33,10 @@
#define H5I_DATASETID_HASHSIZE 64
#define H5I_OID_HASHSIZE 64
#define H5I_GROUPID_HASHSIZE 64
-#define H5I_ATTRID_HASHSIZE 64
-#define H5I_TEMPBUFID_HASHSIZE 64
-#define H5I_RAGGED_HASHSIZE 64
+#define H5I_ATTRID_HASHSIZE 64
+#define H5I_TEMPBUFID_HASHSIZE 64
+#define H5I_RAGGED_HASHSIZE 64
+#define H5I_REFID_HASHSIZE 64
/* Atom information structure used */
typedef struct H5I_id_info_t {