Fix: lttcomm_consumer_close_trace_chunk_reply undefined without UST
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 6fc65a103167b8a5db13fa99dcc24b1820906fb9..a80a6ee97664ac04ace77307d90a70184be9ce21 100644 (file)
@@ -693,14 +693,14 @@ struct lttcomm_consumer_status_channel {
        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>
 
 /*
This page took 0.024396 seconds and 5 git commands to generate.