]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: task: Rename run_queue and run_queue_cur counters
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 6 Dec 2016 08:15:30 +0000 (09:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Dec 2016 18:10:54 +0000 (19:10 +0100)
commit34c5cc98da7cad2c7e0733a7b86c8369d1dea5bd
treebfb1e174f8d54c81daedb26948d26fe395b60114
parent1cbe74cd837b460d59b31a534d20f1ffd980b8f0
MINOR: task: Rename run_queue and run_queue_cur counters

<run_queue> is used to track the number of task in the run queue and
<run_queue_cur> is a copy used for the reporting purpose. These counters has
been renamed, respectively, <tasks_run_queue> and <tasks_run_queue_cur>. So the
naming is consistent between tasks and applets.

[wt: needed for next fixes, backport to 1.7 and 1.6]
include/proto/stream.h
include/proto/task.h
src/haproxy.c
src/stats.c
src/stream.c
src/task.c