]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ring: add the definition of a ring waiting cell
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Mar 2024 13:27:42 +0000 (14:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2024 17:34:19 +0000 (17:34 +0000)
commite3f101a19aa4ea863078631f56309e428854b9ee
tree0d533dfaf0a4feba069d739dac1592103c7e9bd4
parent447189f2867936e124a173da704175904b135d42
MINOR: ring: add the definition of a ring waiting cell

This is what will be used to describe one waiting thread, its message
in the queues, and the aggregation of pending messages after it.
include/haproxy/ring-t.h
src/ring.c