]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: add ME_NEW_COMMON() helper
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 8 Apr 2025 13:18:21 +0000 (15:18 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 2 Jun 2025 15:51:12 +0000 (17:51 +0200)
commitc7c017ec3c73c6d4d7d1453cdc610f7eec8b8a46
treeca7050a597416124a5d7588e2ffbc0e820b13ae4
parentd04843167c5ab2367d1e98ce265e3d8b33562d43
MINOR: stats: add ME_NEW_COMMON() helper

Split ME_NEW_* helper into COMMON part and specific part so it becomes
easier to add alternative helpers without code duplication.
src/stats-proxy.c