mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
DEBUG: stream: Add the missing descriptions for stream trace events
The description for STRM_EV_FLT_ANA and STRM_EV_FLT_ERR was missing. This patch should be backported as far as 2.2.
This commit is contained in:
parent
e8cefacfa9
commit
5001913033
1 changed files with 3 additions and 0 deletions
|
|
@ -99,6 +99,9 @@ static const struct trace_event strm_trace_events[] = {
|
|||
|
||||
{ .mask = STRM_EV_TCP_ANA, .name = "tcp_ana", .desc = "TCP analyzers" },
|
||||
{ .mask = STRM_EV_TCP_ERR, .name = "tcp_err", .desc = "error during TCP analyzis" },
|
||||
|
||||
{ .mask = STRM_EV_FLT_ANA, .name = "flt_ana", .desc = "Filter analyzers" },
|
||||
{ .mask = STRM_EV_FLT_ERR, .name = "flt_err", .desc = "error during filter analyzis" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue