Fix: lttcomm_consumer_close_trace_chunk_reply undefined without UST
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 23:54:16 +0000 (19:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2019 20:39:16 +0000 (16:39 -0400)
commit9303542eaae40f285dac0b029b472389c637aaf5
tree18b8dc566947d7cdcb05c31d5a90cf207aa160fc
parent1819b04a91f69293bd30089eab70897266fe5541
Fix: lttcomm_consumer_close_trace_chunk_reply undefined without UST

lttcomm_consumer_close_trace_chunk_reply is not defined when
lttng-tools is build without lttng-ust support. Move its declaration
as part of the common section of sessiond-comm.h.

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