Signed-off-by: Yannick Lamarre <ylama...@efficios.com> --- src/common/sessiond-comm/sessiond-comm.h | 15 --------------- 1 file changed, 15 deletions(-)
diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index 92cab8e6..eb5d8ecb 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -770,21 +770,6 @@ struct lttcomm_consumer_status_channel { #include <lttng/ust-abi.h> /* - * Data structure for the commands sent from sessiond to UST. - */ -struct lttcomm_ust_msg { - uint32_t handle; - uint32_t cmd; - union { - struct lttng_ust_channel channel; - struct lttng_ust_stream stream; - struct lttng_ust_event event; - struct lttng_ust_context context; - struct lttng_ust_tracer_version version; - } u; -} LTTNG_PACKED; - -/* * Data structure for the response from UST to the session daemon. * cmd_type is sent back in the reply for validation. */ -- 2.11.0 _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev