Fix: `ip` context is expressed as a base-10 field
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Mar 2023 16:17:23 +0000 (12:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Mar 2023 16:53:10 +0000 (12:53 -0400)
commit73857bb4f4c237061e61ba68c463955e9582b262
tree470af6f44c95aece5f183a92656f598bddb0f666
parent88c48b17609ba466626b6e1caed4d7578d6efc9c
Fix: `ip` context is expressed as a base-10 field

The base for UST context field `ip` was changed from 16 (hexadecimal) to
10 (decimal), most likely an unintentional copy&paste error in 4e48b5d.

Base 16 is more common for addresses, hence this change should probably
be reverted.

Reported-by: Thomas Gatterweh <thomas.gatterweh@siemens.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ibb28a4768e99e1089577babf2fd74476ae367a89
src/lib/lttng-ust/lttng-context-ip.c
This page took 0.024734 seconds and 4 git commands to generate.