Fix: network instrumentation protocol enum
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Jan 2018 17:41:57 +0000 (12:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 25 Jan 2018 17:46:22 +0000 (12:46 -0500)
commitecbe4879625c30cd142f51778e95007e63df0a32
treefda21f3762b3ceb98603961b3dbcdd6b32609d45
parentbdbfc768a7c6da5788acc24cf1a3efda358bf14a
Fix: network instrumentation protocol enum

The enumeration field within the header payload should keep the
enumeration describing the header field, and not use the variant
selector enumeration.

This issue has been introduced by commit "Fix: network instrumentation
handling of corrupted TCP headers".

It causes the following warning messages in babeltrace:

[warning] Unknown value 6 in enum.
[warning] Unknown value 17 in enum.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/net.h
This page took 0.025662 seconds and 4 git commands to generate.