mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-18 13:16:46 +02:00
mworker_run_master() is called only in master mode. mworker_loop() is static and called only in mworker_run_master(). So let's move these both functions in mworker.c. We also need here to make run_thread_poll_loop() accessible from other units, as it's used in mworker_loop().