[lttng-dev] [RFC PATCH lttng-tools 06/18] Clean-up: Removed deprecated field
Yannick Lamarre
ylamarre at efficios.com
Thu Apr 18 12:18:38 EDT 2019
The command using this command was dropped in 2.9, but the field was
left in the union.
Signed-off-by: Yannick Lamarre <ylamarre at efficios.com>
---
src/common/sessiond-comm/sessiond-comm.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h
index eb5d8ecb..23e82c8a 100644
--- a/src/common/sessiond-comm/sessiond-comm.h
+++ b/src/common/sessiond-comm/sessiond-comm.h
@@ -421,7 +421,6 @@ struct lttcomm_session_msg {
struct {
char channel_name[LTTNG_SYMBOL_NAME_LEN];
} LTTNG_PACKED list;
- struct lttng_calibrate calibrate;
/* Used by the set_consumer_url and used by create_session also call */
struct {
/* Number of lttng_uri following */
--
2.11.0
More information about the lttng-dev
mailing list