]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stats: define stats-proxy source module
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 May 2024 13:07:10 +0000 (15:07 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 May 2024 14:42:36 +0000 (16:42 +0200)
commitf0644d1bd76b2531c7697c014a1bb7f69ec4ca1b
treefed0e7e07b928b8f635f374ea964ecaef880e243
parent271def959c84c6c2c5fea8ec8ba76638d5097b04
REORG: stats: define stats-proxy source module

Create a new module stats-proxy. Move stats functions related to proxies
list looping in it. This allows to reduce stats source file dividing its
size by half.
Makefile
include/haproxy/stats-proxy.h [new file with mode: 0644]
include/haproxy/stats.h
src/stats-proxy.c [new file with mode: 0644]
src/stats.c