X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fust-events.h;h=0fa83bbeeeb9bc6e1372a14e469c77d21c6eebae;hb=0950190a1ef3270ac1a93e5c1647361320776f5e;hp=4ef3301c12ae42c807aa67b94b51056ffcc150df;hpb=e7bc0ef6c86ae97886cf5f8b28854cf281d4962b;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 4ef3301c..0fa83bbe 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -514,7 +514,6 @@ struct lttng_ust_channel_buffer { struct lttng_ust_channel_common *parent; /* Inheritance by aggregation. */ struct lttng_ust_channel_buffer_private *priv; /* Private channel buffer interface */ - struct lttng_ust_ctx *ctx; struct lttng_ust_channel_ops *ops; struct lttng_ust_lib_ring_buffer_channel *chan; /* Channel buffers */ struct lttng_ust_shm_handle *handle; /* shared-memory handle */ @@ -535,7 +534,6 @@ struct lttng_ust_stack_ctx { uint32_t struct_size; /* Size of this structure */ struct lttng_ust_event_recorder *event_recorder; - struct lttng_ust_ctx *chan_ctx; /* RCU dereferenced. */ struct lttng_ust_ctx *event_ctx; /* RCU dereferenced. */ /* End of base ABI. Fields below should be used after checking struct_size. */