mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-20 02:28:31 +02:00
By default, passing a NULL cb to the trace functions will result in the source's default one to be used. For some cases we won't want to use any callback at all, not event the default one. Let's define a trace_no_cb() function for this, that does absolutely nothing.