API cleanup: Remove handle from struct lttng_ust_channel_buffer
[lttng-ust.git] / include / lttng / ust-events.h
index a418bb9811469ddc499bbddecd83dec5ccb828d3..363805686f66d8804483a48c5def4baa9eca3c9f 100644 (file)
@@ -505,7 +505,6 @@ struct lttng_ust_channel_buffer {
 
        struct lttng_ust_channel_buffer_ops *ops;
        struct lttng_ust_lib_ring_buffer_channel *chan; /* Channel buffers */
-       struct lttng_ust_shm_handle *handle;            /* shared-memory handle */
 
        /* End of base ABI. Fields below should be used after checking struct_size. */
 };
This page took 0.023876 seconds and 4 git commands to generate.