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:41:57 +0000 (12:41 -0500)
commit7299e758b109db074589f7879ae631b27c25dc05
tree6c0becb76dfed9e295964c593a713ca0aaa09454
parent7ca7cd6e30617330e632cb2361a4872eb49b9b29
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.025057 seconds and 4 git commands to generate.