kernel_consumer_add_channel() is not used outside of
kernel-consumer.c.
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
/*
* Sending a single channel to the consumer with command ADD_CHANNEL.
*/
+static
int kernel_consumer_add_channel(struct consumer_socket *sock,
struct ltt_kernel_channel *channel,
struct ltt_kernel_session *ksession,
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);