Fix: remove assertions of the existence of a trace chunk
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Aug 2019 20:37:15 +0000 (16:37 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Aug 2019 15:28:43 +0000 (11:28 -0400)
commit7fd975c523ee6e0bb45dcb13b7308b8d9d6406ba
tree1650319df8bcefd6abbcaf0e928f83d9732d2bb8
parente2b6b28eb86b7d0391a514f174a566a459b41136
Fix: remove assertions of the existence of a trace chunk

A session can have no trace chunk on the session daemon and
consumer daemon end whenever its ouput is remote (relayd) and
doesn't support trace chunks.

The assertions removed as part of this patch are overly strict
considering that there are valid cases when trace_chunk can
be NULL.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/consumer.c
src/common/consumer/consumer.c
This page took 0.024825 seconds and 4 git commands to generate.