]> git.kaiwu.me - haproxy.git/commit
MINOR: cpu-topo: allocate and initialize the ha_cpu_topo array.
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Jul 2023 13:48:27 +0000 (15:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Mar 2025 17:30:30 +0000 (18:30 +0100)
commit656cedad424d5093647fea31205bb0528c956f73
tree3eb3e0ced6ee2002c759352e4a0b5a5b95656601
parentd165f5d3abd8fbb996f5b1bea5f163901ffe3126
MINOR: cpu-topo: allocate and initialize the ha_cpu_topo array.

This does the bare minimum to allocate and initialize a global
ha_cpu_topo array for the number of supported CPUs and release
it at deinit time.
Makefile
include/haproxy/cpu_topo.h [new file with mode: 0644]
src/cpu_topo.c [new file with mode: 0644]