summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-01 14:23:35 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-01 14:23:35 (GMT)
commit0b398e57b8f6f3ddf092754bb7b101b63487ce27 (patch)
tree207ffbad5ce5a3f5f1b425ef6b9883656082449f /src/H5Pfapl.c
parent2b172e8d4aa696fbc19f42c4a6ba9e9e1850a55c (diff)
downloadhdf5-0b398e57b8f6f3ddf092754bb7b101b63487ce27.zip
hdf5-0b398e57b8f6f3ddf092754bb7b101b63487ce27.tar.gz
hdf5-0b398e57b8f6f3ddf092754bb7b101b63487ce27.tar.bz2
[svn-r22423] add link and object iterate callbacks
update some deprecated routines to use VOL
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index a6f0ea9..37f6869 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -2162,15 +2162,12 @@ done:
/*-------------------------------------------------------------------------
* Function: H5P_set_vol
*
- * Purpose: Set the file vol (VOL_ID) for a file access property list
- * (PLIST_ID) and supply an optional struct containing the
- * vol-specific properites (VOL_INFO). The vol properties will
+ * Purpose: Set the vol plugin for a file access property list
+ * (PLIST_ID). The vol properties will
* be copied into the property list and the reference count on
- * the vol will be incremented, allowing the caller to close the
- * vol ID but still use the property list.
+ * the vol will be incremented.
*
* Return: Success: Non-negative
- *
* Failure: Negative
*
* Programmer: Mohamad Chaarawi