X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel-consumer.h;h=16b335af7f2bc01c08ce17056538fc88206105b4;hp=64f000e5bc184dca6229e4b9a3816141d8a09917;hb=ba27cd0052c3d29b84b8c157fe5969b6a086f09f;hpb=54213acc35b30fa5e95dd275c31cfb584d4e4abf diff --git a/src/bin/lttng-sessiond/kernel-consumer.h b/src/bin/lttng-sessiond/kernel-consumer.h index 64f000e5b..16b335af7 100644 --- a/src/bin/lttng-sessiond/kernel-consumer.h +++ b/src/bin/lttng-sessiond/kernel-consumer.h @@ -31,10 +31,6 @@ int kernel_consumer_send_session(struct consumer_socket *sock, int kernel_consumer_add_metadata(struct consumer_socket *sock, struct ltt_kernel_session *session, unsigned int monitor); -int kernel_consumer_add_channel(struct consumer_socket *sock, - struct ltt_kernel_channel *channel, struct ltt_kernel_session *session, - unsigned int monitor); - int kernel_consumer_destroy_channel(struct consumer_socket *socket, struct ltt_kernel_channel *channel);