]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: diag: create cfgdiag module
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 30 Mar 2021 15:34:24 +0000 (17:34 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 1 Apr 2021 16:03:37 +0000 (18:03 +0200)
commit5a6926dcf0b89a0e507c544c249dac5412ed24ff
tree76e59ed33ce9066af3d8b93cfebbcb60d5e88b54
parentda0e7f61e0f1d0357c567592a0cfad6726b68e4d
MINOR: diag: create cfgdiag module

This module is intended to serve as a placeholder for various
diagnostics executed after the configuration file has been fully loaded.
Makefile
include/haproxy/cfgdiag.h [new file with mode: 0644]
src/cfgdiag.c [new file with mode: 0644]
src/haproxy.c