summaryrefslogtreecommitdiff
path: root/util-misc
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-04-04 17:15:27 +0000
committerYann Ylavic <ylavic@apache.org>2018-04-04 17:15:27 +0000
commit6994e19acf72004cf17de9aede8aba6c728e9f6c (patch)
tree9af2867a8cf705f92efb58042917ef54338c09df /util-misc
parent7e2b7474590594b59fdc5100c3f99916b3fba416 (diff)
downloadapr-6994e19acf72004cf17de9aede8aba6c728e9f6c.tar.gz
reslist: follow up to r1828289: name fifo arg according to doxygen.
[Reverted by r1829102] git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1828367 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util-misc')
-rw-r--r--util-misc/apr_reslist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-misc/apr_reslist.c b/util-misc/apr_reslist.c
index 57b583089..48c4d36ce 100644
--- a/util-misc/apr_reslist.c
+++ b/util-misc/apr_reslist.c
@@ -440,9 +440,9 @@ APR_DECLARE(void) apr_reslist_timeout_set(apr_reslist_t *reslist,
reslist->timeout = timeout;
}
-APR_DECLARE(void) apr_reslist_fifo_set(apr_reslist_t *reslist, int to)
+APR_DECLARE(void) apr_reslist_fifo_set(apr_reslist_t *reslist, int fifo)
{
- reslist->fifo = to;
+ reslist->fifo = fifo;
}
APR_DECLARE(apr_uint32_t) apr_reslist_acquired_count(apr_reslist_t *reslist)