]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: applet: Remove useless shadow pointer from appctx
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Apr 2026 05:52:57 +0000 (07:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Apr 2026 13:19:12 +0000 (15:19 +0200)
commitb071e8b2f1bd19c9367fe1b61bbec8aac009cd7f
treea4db3cf7588352a3032f10643ab05cf4baa6225d
parent24e05fe33aad59eb1140398a2c5a4e633a2e5a7e
CLEANUP: applet: Remove useless shadow pointer from appctx

This pointer was used during the appctx refactoring performed in 2.6. The
ctx union was still there and this pointer was used as the "shadow" of the
svcctx pointer used by most commands. In 2.7, the union was removed, making
the shadow pointer useless. Let's remove it now.
include/haproxy/applet-t.h