Validate match of all session channel's UUID
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Mar 2021 14:01:55 +0000 (10:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Mar 2021 14:26:36 +0000 (10:26 -0400)
commit9daacd1a32798bcef31f13cf45a3aab25bdc67af
treeee299ab703b16c1e6533f68f981f84a2013a72f7
parent8441d764b31826a03aeea3f92b716d257b816616
Validate match of all session channel's UUID

Add a validation at channel creation to ensure that the uuid of all
channels created within a session match.

Note that we still need to keep a copy of the uuid field in the channel
private data at this stage, because the consumer daemon creates channels
with a NULL session pointer.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I3490bab8879ffa66bc1e19559b0a1a60d33d605b
liblttng-ust/lttng-events.c
liblttng-ust/lttng-ust-abi.c
liblttng-ust/ust-events-internal.h
This page took 0.037822 seconds and 4 git commands to generate.