commit | e6b88592a87583f58f55778589899dbfd4624e69 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 31 19:37:54 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 03 18:00:21 2023 +0100 |
tree | af1734b4672b2e35285c516d18cd121432417b79 | |
parent | f0de8cacc4777b23223e412a53d0849b358a52e0 [diff] |
CLEANUP: config: stop using bind_tgroup and bind_thread Let's now retrieve the first thread group and its mask from the thread_set so that we don't need these fields in the bind_conf anymore. For now we're still limited to the first group (like before) but that allows to get rid of these fields and to make sure that there's nothing "special" being done there anymore.