From: Mathieu Desnoyers Date: Thu, 25 Jan 2018 17:41:57 +0000 (-0500) Subject: Fix: network instrumentation protocol enum X-Git-Tag: v2.9.8~1 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=77f5a1be992cba8e39ebd766e78e5d69eb359c6a;hp=77f5a1be992cba8e39ebd766e78e5d69eb359c6a;p=lttng-modules.git 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 ---