summaryrefslogtreecommitdiff
path: root/util-misc
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2018-04-04 17:15:27 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2018-04-04 17:15:27 +0000
commitd1e4e2a695984e3cbac4de2bbb0366e585915765 (patch)
tree9af2867a8cf705f92efb58042917ef54338c09df /util-misc
parentbfdd1d042bbf5b10e2c9a17525ffed0c6e51293f (diff)
downloadlibapr-d1e4e2a695984e3cbac4de2bbb0366e585915765.tar.gz
reslist: follow up to r1828289: name fifo arg according to doxygen.
git-svn-id: http://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)