]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: quic: rename TID affinity elements
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jul 2024 12:55:28 +0000 (14:55 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 11 Jul 2024 13:14:06 +0000 (15:14 +0200)
commit3be58fc720c406ce4f4dfc70b87662cef4838886
treecbc4b10940c41a8cf515ecca8f0c08f190337c31
parent9fbe8b03346a98cc8cc7b47eaa68935b1d4b3916
CLEANUP: quic: rename TID affinity elements

This commit is the renaming counterpart of the previous one, this time
for quic_conn module. Several elements related to TID affinity update
from quic_conn has been renamed : public functions, but also flag
renamed to QUIC_FL_CONN_TID_REBIND and trace event to
QUIC_EV_CONN_BIND_TID.

This should be backported with the same instruction as the previous
commit.
include/haproxy/quic_conn-t.h
include/haproxy/quic_conn.h
include/haproxy/quic_trace-t.h
src/proto_quic.c
src/quic_conn.c
src/quic_rx.c
src/quic_trace.c
src/xprt_quic.c