relayd protocol: reply path for close chunk and create session 2.11
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 9e757f1fdb466a6102fbd5d389706cf53ac5e01c..6fc65a103167b8a5db13fa99dcc24b1820906fb9 100644 (file)
@@ -695,6 +695,12 @@ struct lttcomm_consumer_status_channel {
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
 
+struct lttcomm_consumer_close_trace_chunk_reply {
+       enum lttcomm_return_code ret_code;
+       uint32_t path_length;
+       char path[];
+};
+
 #include <lttng/ust-abi.h>
 
 /*
This page took 0.023844 seconds and 5 git commands to generate.