]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stats: extract JSON related functions
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 16 Apr 2024 12:57:54 +0000 (14:57 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 18 Apr 2024 15:04:08 +0000 (17:04 +0200)
commit0109c0658d22e5a2a223d87633227dd5a72ba9c7
tree83acc6fb37c4053e06602f7058bf93fef8e9eef8
parentb8c1fdf24ea20fa1cc15e605e4c1900b668b6731
REORG: stats: extract JSON related functions

This commit is similar to the previous one. This time it deals with
functions related to stats JSON output.
Makefile
include/haproxy/stats-json.h [new file with mode: 0644]
include/haproxy/stats.h
src/stats-json.c [new file with mode: 0644]
src/stats.c