commit | b4e34766a38a1ea1fb80164b3abe3a68d2e8efeb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Sep 30 19:02:18 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 08 17:22:26 2021 +0200 |
tree | ada66df93ac895c85fe113776459cc1b1c2db4c6 | |
parent | a0b99536c83e41b8419b1f8d7e14521a6020a92c [diff] |
REORG: thread/sched: move the last dynamic thread_info to thread_ctx The last 3 fields were 3 list heads that are per-thread, and which are: - the pool's LRU head - the buffer_wq - the streams list head Moving them into thread_ctx completes the removal of dynamic elements from the struct thread_info. Now all these dynamic elements are packed together at a single place for a thread.