Move the ringbuffer and counter clients to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust / events.h
index d928a0e16589a5a008d8751f9ac345e1f35917dd..3ef0dbcb370fa42a83c7c0aaf54e2571e9056c12 100644 (file)
@@ -261,12 +261,6 @@ int lttng_channel_enable(struct lttng_ust_channel_common *lttng_channel)
 int lttng_channel_disable(struct lttng_ust_channel_common *lttng_channel)
        __attribute__((visibility("hidden")));
 
-void lttng_transport_register(struct lttng_transport *transport)
-       __attribute__((visibility("hidden")));
-
-void lttng_transport_unregister(struct lttng_transport *transport)
-       __attribute__((visibility("hidden")));
-
 void lttng_probe_provider_unregister_events(const struct lttng_ust_probe_desc *desc)
        __attribute__((visibility("hidden")));
 
@@ -294,12 +288,6 @@ void lttng_ust_abi_events_exit(void)
 void lttng_ust_abi_objd_table_owner_cleanup(void *owner)
        __attribute__((visibility("hidden")));
 
-struct lttng_ust_channel_buffer *lttng_ust_alloc_channel_buffer(void)
-       __attribute__((visibility("hidden")));
-
-void lttng_ust_free_channel_common(struct lttng_ust_channel_common *chan)
-       __attribute__((visibility("hidden")));
-
 int lttng_ust_interpret_event_filter(const struct lttng_ust_event_common *event,
                const char *interpreter_stack_data,
                struct lttng_ust_probe_ctx *probe_ctx,
This page took 0.02289 seconds and 4 git commands to generate.