CLEANUP: sink: use the generic context to store the forwarder's context
authorWilly Tarreau <w@1wt.eu>
Wed, 4 May 2022 18:42:23 +0000 (20:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:13:36 +0000 (18:13 +0200)
commit42cc831abf7790fa0d500842cf7bc8c664d003eb
tree5f2e1d9af029033c2c47a9b4d0b93b711c055fbb
parent0d626a56100425680c3f33c76a823fd7504db972
CLEANUP: sink: use the generic context to store the forwarder's context

Instead of having a struct that contains a single pointer in the appctx
context, let's directly use the generic context pointer and get rid of
the now unused sft.ptr entry.
include/haproxy/applet-t.h
src/sink.c