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:25 +0000 (12:46 -0500)
commit77f5a1be992cba8e39ebd766e78e5d69eb359c6a
tree9a73480e1cbacaea352b79bcb4e7e5e28f1885dc
parent81ab3f096c6374bdcdc921641ae89b77572ef63e
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.024843 seconds and 4 git commands to generate.