]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: activity: make the number of sched activity entries more configurable
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Sep 2022 16:49:55 +0000 (18:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 12:55:09 +0000 (14:55 +0200)
commita3423873fe4dbbeee99f4130be00a159b81613e9
treef36fca4f7205a40ae0181a2878d75fec9cfaae55
parenta9a2384612a6e57d81fcccdafbc68f1e31734a93
CLEANUP: activity: make the number of sched activity entries more configurable

This removes all the hard-coded 8-bit and 256 entries to use a pair of
macros instead so that we can more easily experiment with larger table
sizes if needed.
include/haproxy/activity-t.h
include/haproxy/activity.h
src/activity.c