[lttng-dev] [RFC PATCH lttng-tools v2 06/20] Clean-up: Removed deprecated field
Yannick Lamarre
ylamarre at efficios.com
Wed May 1 15:34:30 EDT 2019
The command using this field 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 f9f6f97b..ac59d770 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