summaryrefslogtreecommitdiffstats
path: root/src/H5HLint.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-09-25 21:29:40 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-09-25 21:29:40 (GMT)
commit6edac6e2df7e30807bd41b09765a44c37d1f1bc1 (patch)
treee8d12cb7a41969177179ef7257199862cbe7fd56 /src/H5HLint.c
parent6de27c149724322135ad1049e55d2b3f6245a4d7 (diff)
downloadhdf5-6edac6e2df7e30807bd41b09765a44c37d1f1bc1.zip
hdf5-6edac6e2df7e30807bd41b09765a44c37d1f1bc1.tar.gz
hdf5-6edac6e2df7e30807bd41b09765a44c37d1f1bc1.tar.bz2
[svn-r22812] Purpose:
Mainly to add SWMR flush dependencies to the free space manager (H5FS) code. Also fixes a few issues with the local heap and the fixed array code, and brings the MANIFEST up to date. Tested on: jam
Diffstat (limited to 'src/H5HLint.c')
-rw-r--r--src/H5HLint.c21
1 files changed, 5 insertions, 16 deletions
diff --git a/src/H5HLint.c b/src/H5HLint.c
index c2119d3..41ded17 100644
--- a/src/H5HLint.c
+++ b/src/H5HLint.c
@@ -88,7 +88,6 @@ H5FL_DEFINE_STATIC(H5HL_t);
* Failure: NULL
*
* Programmer: Quincey Koziol
- * koziol@hdfgroup.org
* Jan 5 2010
*
*-------------------------------------------------------------------------
@@ -129,11 +128,9 @@ END_FUNC(PKG) /* end H5HL__new() */
*
* Purpose: Increment ref. count on heap
*
- * Return: Success: SUCCEED
- * Failure: N/A
+ * Return: SUCCEED (Can't fail)
*
* Programmer: Quincey Koziol
- * koziol@hdfgroup.org
* Oct 12 2008
*
*-------------------------------------------------------------------------
@@ -156,11 +153,9 @@ END_FUNC(PKG) /* end H5HL__inc_rc() */
*
* Purpose: Decrement ref. count on heap
*
- * Return: Success: SUCCEED
- * Failure: FAIL
+ * Return: SUCCEED/FAIL
*
* Programmer: Quincey Koziol
- * koziol@hdfgroup.org
* Oct 12 2008
*
*-------------------------------------------------------------------------
@@ -188,11 +183,9 @@ END_FUNC(PKG) /* end H5HL__dec_rc() */
*
* Purpose: Destroys a heap in memory.
*
- * Return: Success: SUCCEED
- * Failure: FAIL
+ * Return: SUCCEED/FAIL
*
* Programmer: Quincey Koziol
- * koziol@ncsa.uiuc.edu
* Jan 15 2003
*
*-------------------------------------------------------------------------
@@ -234,11 +227,9 @@ END_FUNC(PKG) /* end H5HL__dest() */
*
* Purpose: Create a flush dependency between two data structure components
*
- * Return: Success: SUCCEED
- * Failure: FAIL
+ * Return: SUCCEED/FAIL
*
* Programmer: Dana Robinson
- * derobins@hdfgroup.org
* Fall 2011
*
*-------------------------------------------------------------------------
@@ -266,11 +257,9 @@ END_FUNC(PKG) /* end H5HL__create_flush_depend() */
*
* Purpose: Destroy a flush dependency between two data structure components
*
- * Return: Success: SUCCEED
- * Failure: FAIL
+ * Return: SUCCEED/FAIL
*
* Programmer: Dana Robinson
- * derobins@hdfgroup.org
* Fall 2011
*
*-------------------------------------------------------------------------