From a0f2513af262a19822d46f84cd5e34be0badc484 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 28 Apr 2021 14:19:12 -0400 Subject: [PATCH] Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private This field has been moved to struct lttng_ust_probe_ctx. Signed-off-by: Mathieu Desnoyers Change-Id: Ibcbec8cbfef6461bfe0ca2891224f5d39e4fc7a5 --- src/common/ringbuffer/frontend_types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/ringbuffer/frontend_types.h b/src/common/ringbuffer/frontend_types.h index 57655797..19ab821d 100644 --- a/src/common/ringbuffer/frontend_types.h +++ b/src/common/ringbuffer/frontend_types.h @@ -253,7 +253,6 @@ struct lttng_ust_ring_buffer_ctx_private { */ uint64_t tsc; /* time-stamp counter value */ unsigned int rflags; /* reservation flags */ - void *ip; /* caller ip address */ struct lttng_ust_ring_buffer *buf; /* * buffer corresponding to processor id -- 2.34.1