]> git.kaiwu.me - haproxy.git/commit
MINOR: cpu-topo: Rename variables to better fit their usage
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 31 Dec 2025 01:41:38 +0000 (02:41 +0100)
committerOlivier Houchard <ohouchard@haproxy.com>
Mon, 5 Jan 2026 08:25:48 +0000 (09:25 +0100)
commit196d16f2b18465b85228383e92a30f4b5f2b113c
treed83f44e090065bb3a678335ba1ed0160ef862777
parentbbf5c30a8752f7e1b0d87eeb5366adcb8f5bac09
MINOR: cpu-topo: Rename variables to better fit their usage

Rename "visited_tsid" and "visited_ccx" to "touse_tsid" and
"touse_ccx". They are not there to remember which tsid/ccx we
alreaday visited, contrarily to visited_ccx_set and
visited_cl_set, they are there to know which tsid/ccx we should
use, so make that clear.
src/cpu_topo.c