X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel-consumer.h;h=9deb6b949803f0cb728b7be2af13fffedb2a1f9a;hp=b9a424e541924e608cd9ba0a224f50eeb2772ca7;hb=6dc3064a30b0cc7cfa9fdd22da1963525dfb7388;hpb=57f272edb1b4ccb8869e3f5b69eb5461bcb56101 diff --git a/src/bin/lttng-sessiond/kernel-consumer.h b/src/bin/lttng-sessiond/kernel-consumer.h index b9a424e54..9deb6b949 100644 --- a/src/bin/lttng-sessiond/kernel-consumer.h +++ b/src/bin/lttng-sessiond/kernel-consumer.h @@ -32,7 +32,7 @@ int kernel_consumer_add_stream(struct consumer_socket *sock, struct ltt_kernel_session *session); int kernel_consumer_add_metadata(struct consumer_socket *sock, - struct ltt_kernel_session *session); + struct ltt_kernel_session *session, int no_monitor); int kernel_consumer_add_channel(struct consumer_socket *sock, struct ltt_kernel_channel *channel, struct ltt_kernel_session *session);