From: Mathieu Desnoyers Date: Wed, 28 Apr 2021 18:19:12 +0000 (-0400) Subject: Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=a0f2513af262a19822d46f84cd5e34be0badc484 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 --- 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