summaryrefslogtreecommitdiffstats
path: root/src/H5Iprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-26 21:59:50 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-26 21:59:50 (GMT)
commit31623a4916da61e72417ccacf7d8cea6466a769e (patch)
tree5e5c8a1124926b87a08cc658b2185882c3d15618 /src/H5Iprivate.h
parent04b257f380589c9136005695921bafdb5aa940fc (diff)
downloadhdf5-31623a4916da61e72417ccacf7d8cea6466a769e.zip
hdf5-31623a4916da61e72417ccacf7d8cea6466a769e.tar.gz
hdf5-31623a4916da61e72417ccacf7d8cea6466a769e.tar.bz2
[svn-r22153] renaming some VL public variables and wrapper ID type
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r--src/H5Iprivate.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h
index c8bf768..07f0d5d 100644
--- a/src/H5Iprivate.h
+++ b/src/H5Iprivate.h
@@ -49,7 +49,7 @@
#define H5I_FILE_PUBLIC_HASHSIZE 64
#define H5I_GROUP_PUBLIC_HASHSIZE 64
#define H5I_DATASET_PUBLIC_HASHSIZE 64
-#define H5I_ATTRIBUTE_PUBLIC_HASHSIZE 64
+#define H5I_ATTR_PUBLIC_HASHSIZE 64
#define H5I_DATATYPE_PUBLIC_HASHSIZE 64
#define H5I_GENPROPCLS_HASHSIZE 64
#define H5I_GENPROPOBJ_HASHSIZE 128
@@ -57,12 +57,6 @@
#define H5I_ERRMSG_HASHSIZE 64
#define H5I_ERRSTK_HASHSIZE 64
-/* type of the ID passed to users */
-typedef struct H5I_t {
- hid_t obj_id; /* actual id for object */
- H5VL_class_t *vol_plugin; /* pointer to the VOL structure */
-} H5I_t;
-
/* Private Functions in H5I.c */
H5_DLL H5I_type_t H5I_register_type(H5I_type_t type_id, size_t hash_size, unsigned reserved, H5I_free_t free_func);
H5_DLL int H5I_nmembers(H5I_type_t type);