[lttng-dev] [RFC PATCH lttng-tools v2 05/20] Clean-up: Remove unused structure
Yannick Lamarre
ylamarre at efficios.com
Wed May 1 15:34:29 EDT 2019
Signed-off-by: Yannick Lamarre <ylamarre at 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 84d87808..f9f6f97b 100644
--- a/src/common/sessiond-comm/sessiond-comm.h
+++ b/src/common/sessiond-comm/sessiond-comm.h
@@ -782,21 +782,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
More information about the lttng-dev
mailing list