MEDIUM: applet/trace: Register a new trace source with its events
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Mar 2023 15:42:28 +0000 (17:42 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:46:06 +0000 (08:46 +0200)
commit26e09356812af93fc1ee7706b3e00a3a4c91f29d
treed33cf97a90dae66bd156173db8d8281ee77b89f3
parenta5915eb1dd9b2b80f8afe11b272768eb94db390b
MEDIUM: applet/trace: Register a new trace source with its events

Traces are now supported for applets. The first argument is always the
appctx. This will help to debug applets.
include/haproxy/trace-t.h
src/applet.c
src/trace.c