]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: peers: Track number of applets run by thread
authorMaciej Zdeb <maciej@zdeb.pl>
Mon, 16 May 2022 15:26:20 +0000 (17:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:22 +0000 (16:13 +0200)
commitd01be2ab134a340980ac961b522835c7273b09ec
treea78032a17d30d841dbc7643cc4eb1b7cb5f4d8ec
parentd9c1d33fa10769fef2aa60b5562f705ed27115e3
MINOR: peers: Track number of applets run by thread

Maintain number of peers applets run on all threads. It will be used
in next patch for least loaded thread selection.
include/haproxy/peers-t.h
src/peers.c