summaryrefslogtreecommitdiffstats
path: root/src/H5VL.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-28 03:42:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-28 03:42:02 (GMT)
commit544ab1c78a9f6e5d09b76ba134c0ac3164736fa7 (patch)
tree47b0e7ab5cc851e143d80ea8e4f931abb7246613 /src/H5VL.c
parent621014be2818eaf62393f3a03cb17f121f0bbf9a (diff)
downloadhdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.zip
hdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.tar.gz
hdf5-544ab1c78a9f6e5d09b76ba134c0ac3164736fa7.tar.bz2
Added more sub-tests to the VOL plugin test.
Diffstat (limited to 'src/H5VL.c')
-rw-r--r--src/H5VL.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/H5VL.c b/src/H5VL.c
index bf1201f..88d3d70 100644
--- a/src/H5VL.c
+++ b/src/H5VL.c
@@ -11,7 +11,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Purpose: The Virtual Object Layer as described in documentation.
+ * Purpose: The Virtual Object Layer as described in documentation.
* The pupose is to provide an abstraction on how to access the
* underlying HDF5 container, whether in a local file with
* a specific file format, or remotely on other machines, etc...
@@ -486,14 +486,11 @@ done:
/*---------------------------------------------------------------------------
* Function: H5VLcmp_connector_cls
*
- * Purpose: Compares two connector classes
+ * Purpose: Compares two connector classes (based on their value field)
*
- * Return: Success: Non-negative, with *cmp set to positive if
- * connector_id1 is greater than connector_id2, negative if connector_id2
- * is greater than connector_id1 and zero if connector_id1 and connector_id2
- * are equal.
+ * Return: Success: Non-negative, *cmp set to a value like strcmp
*
- * Failure: Negative
+ * Failure: Negative, *cmp unset
*
*---------------------------------------------------------------------------
*/