summaryrefslogtreecommitdiffstats
path: root/src/H5VLprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 15:58:51 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 15:58:51 (GMT)
commit772133345d8d685e236b803f57189be0e042ca03 (patch)
tree9b3c7ace15a41e5101ca8b30e125100407178fdb /src/H5VLprivate.h
parent63ead111fad0e28e95c84bab134e149f4e8cd0d0 (diff)
downloadhdf5-772133345d8d685e236b803f57189be0e042ca03.zip
hdf5-772133345d8d685e236b803f57189be0e042ca03.tar.gz
hdf5-772133345d8d685e236b803f57189be0e042ca03.tar.bz2
[svn-r22184] - make the H5I inc and dec ref count routines independent of the VOL wrapper id
- change the free function for the VOL wrapper ID to also dec the ref count of the object ID to 0
Diffstat (limited to 'src/H5VLprivate.h')
-rw-r--r--src/H5VLprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLprivate.h b/src/H5VLprivate.h
index 0880cf0..9cdadb1 100644
--- a/src/H5VLprivate.h
+++ b/src/H5VLprivate.h
@@ -85,4 +85,4 @@ H5_DLL herr_t H5VL_object_lookup(hid_t uid, H5VL_object_lookup_t lookup_type, in
H5_DLL herr_t H5VL_fapl_open(struct H5P_genplist_t *plist, H5VL_class_t *vol_cls);
H5_DLL herr_t H5VL_fapl_close(H5VL_class_t *vol_cls);
-#endif /* !_H5VLprivate_H */
+#endif /* _H5VLprivate_H */