Remove unused ip field from struct lttng_ust_ring_buffer_ctx_private
[lttng-ust.git] / src / common / ringbuffer / frontend_types.h
index e368c734e13a3d17617333c959aa7eb0d52bbbd9..19ab821d4a4d44c9581b890be809a3f105fdb65f 100644 (file)
@@ -18,7 +18,7 @@
 #include <urcu/list.h>
 #include <urcu/uatomic.h>
 
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 #include "ringbuffer-config.h"
 #include "common/logging.h"
 #include "backend_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
This page took 0.023792 seconds and 4 git commands to generate.