commit | bef43dfa604c9580230fd3b72f8f719d7a8eba8d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 31 19:27:48 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 03 18:00:21 2023 +0100 |
tree | c00abdb448079684b37fac49e9faa52cb4706a7c | |
parent | 53c6c673ac262448ae9a33d5d137f445fa7311ea [diff] |
MINOR: thread: add a simple thread_set API The purpose is to be able to store large thread sets, defined by ranges that may cross group boundaries, as well as define lists of groups and masks. The thread_set struct implements the storage, and the parser is in parse_thread_set(), with a focus on "bind" lines, but not only.