From mboxrd@z Thu Jan 1 00:00:00 1970 From: ylamarre@efficios.com (Yannick Lamarre) Date: Thu, 18 Apr 2019 12:18:37 -0400 Subject: [lttng-dev] [RFC PATCH lttng-tools 05/18] Clean-up: Remove unused structure In-Reply-To: <20190418161850.1536-1-ylamarre@efficios.com> References: <20190418161850.1536-1-ylamarre@efficios.com> Message-ID: <20190418161850.1536-6-ylamarre@efficios.com> Signed-off-by: Yannick Lamarre --- 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 /* - * 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