commit | b582339079ed9a8c5ff104a6ad155193f727707a | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu Dec 06 15:14:37 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 06 15:38:24 2018 +0100 |
tree | a5f9c45d7402071379403e015908d3e9715db4ff | |
parent | 12c24235ca05b4d397c70db65a36ed96d3e5f1d7 [diff] |
BUG/MEDIUM: mworker: fix several typos in mworker_cleantasks() Commit 27f3fa5 ("BUG/MEDIUM: mworker: stop every tasks in the master") used MAX_THREADS as a mask instead of MAX_THREADS_MASK to clean the global run queue, and used rq_next (global variable) instead of next_rq. Renamed next_rq as tmp_rq and next_wq as tmp_wq to avoid confusion. No backport needed.