]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ha-ring: Move some thread parsing functions to cfgparse-thread.c
authorFrederic Lecaille <flecaille@haproxy.com>
Wed, 10 Dec 2025 16:08:32 +0000 (17:08 +0100)
committerFrederic Lecaille <flecaille@haproxy.com>
Wed, 10 Dec 2025 16:45:28 +0000 (17:45 +0100)
commit2b7e9ffa34b2840407d294a3933b6f434c0c446e
tree44fe6afdbe7e462edf2905ca47756fb39bd43bc3
parent07b440516d1300dbc2240b8a527b75bcb743ad9f
MINOR: ha-ring: Move some thread parsing functions to cfgparse-thread.c

Add cfgparse-thread.c new C file to avoid compiling such code for ha-inject.
Move thread.c parsing functions to this new file.
Makefile
src/cfgparse-thread.c [new file with mode: 0644]
src/thread.c