summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-01-06 23:31:51 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-01-06 23:31:51 (GMT)
commit619b0abfd66a07933803177d119aadfda7a9ee29 (patch)
tree339e1e315a6c38ba1cdf120fd1819f19c9b7c699 /src/H5VLint.c
parent3be0fbd817e82b4a60b36b2b9d444a3750f2eb06 (diff)
parent7bf6d847ae36940f1b1147820356795c7764dbeb (diff)
downloadhdf5-619b0abfd66a07933803177d119aadfda7a9ee29.zip
hdf5-619b0abfd66a07933803177d119aadfda7a9ee29.tar.gz
hdf5-619b0abfd66a07933803177d119aadfda7a9ee29.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '7bf6d847ae36940f1b1147820356795c7764dbeb': Remove incorrect comment. Updated error stacks for h5dump testing. Corrected comment in src/H5VLint.c, fixed pass-through info size in src/H5VLpassthru.c, switched to stashing VOL connector ID & info in API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work with 'check-vfd' (and 'check-vol' again). Clean up style issues, make function callbacks static, correct debug statements, etc. No functionality changes at all.
Diffstat (limited to 'src/H5VLint.c')
-rw-r--r--src/H5VLint.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/H5VLint.c b/src/H5VLint.c
index 8695a80..bdb2908 100644
--- a/src/H5VLint.c
+++ b/src/H5VLint.c
@@ -879,9 +879,11 @@ done:
*
* Purpose: Compare VOL class for a connector
*
- * Return: Positive if VALUE1 is greater than VALUE2, negative if
- * VALUE2 is greater than VALUE1 and zero if VALUE1 and
- * VALUE2 are equal (like strcmp).
+ * Note: Sets *cmp_value positive if VALUE1 is greater than VALUE2,
+ * negative if VALUE2 is greater than VALUE1, and zero if VALUE1
+ * and VALUE2 are equal (like strcmp).
+ *
+ * Return: SUCCEED / FAIL
*
*-------------------------------------------------------------------------
*/