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>
unsigned int stream_count;
} LTTNG_PACKED;
-#ifdef HAVE_LIBLTTNG_UST_CTL
-
struct lttcomm_consumer_close_trace_chunk_reply {
enum lttcomm_return_code ret_code;
uint32_t path_length;
char path[];
};
+#ifdef HAVE_LIBLTTNG_UST_CTL
+
#include <lttng/ust-abi.h>
/*