summaryrefslogtreecommitdiffstats
path: root/src/H5MFaggr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MFaggr.c')
-rw-r--r--src/H5MFaggr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5MFaggr.c b/src/H5MFaggr.c
index fdf11f3..68cd263 100644
--- a/src/H5MFaggr.c
+++ b/src/H5MFaggr.c
@@ -6,13 +6,13 @@
* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the COPYING file, which can be found at the root of the source code *
- * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
+ * distribution tree, or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Quincey Koziol <koziol@hdfgroup.org>
+ * Programmer: Quincey Koziol
* Tuesday, January 8, 2008
*
* Purpose: Routines for aggregating free space allocations
@@ -889,7 +889,7 @@ done:
} /* H5MF__aggr_free() */
/*-------------------------------------------------------------------------
- * Function: H5MF_aggrs_try_shrink_eoa
+ * Function: H5MF__aggrs_try_shrink_eoa
*
* Purpose: Check the metadata & small block aggregators to see if
* EOA shrink is possible; if so, shrink each aggregator
@@ -901,13 +901,13 @@ done:
*
*-------------------------------------------------------------------------
*/
- htri_t H5MF_aggrs_try_shrink_eoa(H5F_t * f)
+ htri_t H5MF__aggrs_try_shrink_eoa(H5F_t * f)
{
htri_t ma_status; /* Whether the metadata aggregator can shrink the EOA */
htri_t sda_status; /* Whether the small data aggregator can shrink the EOA */
htri_t ret_value = FAIL; /* Return value */
- FUNC_ENTER_NOAPI(FAIL)
+ FUNC_ENTER_PACKAGE
/* Check args */
HDassert(f);
@@ -929,4 +929,4 @@ done:
done:
FUNC_LEAVE_NOAPI(ret_value)
- } /* end H5MF_aggrs_try_shrink_eoa() */
+ } /* end H5MF__aggrs_try_shrink_eoa() */