common: cleanup error message mentioning mkdir
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 9e757f1fdb466a6102fbd5d389706cf53ac5e01c..a80a6ee97664ac04ace77307d90a70184be9ce21 100644 (file)
@@ -693,6 +693,12 @@ struct lttcomm_consumer_status_channel {
        unsigned int stream_count;
 } LTTNG_PACKED;
 
+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.02331 seconds and 4 git commands to generate.