X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkernel.h;h=86ae00371bdc4790d1bd82fa15ad112e15468322;hp=35f7368d14773d4ed5430115792ee4196d7404a4;hb=601d5acf42ebdb05ff8aa19f12fd9bdad3602781;hpb=26b53d3b7ce1812a2ebc2c7153a50d35bba2a270 diff --git a/src/bin/lttng-sessiond/kernel.h b/src/bin/lttng-sessiond/kernel.h index 35f7368d1..86ae00371 100644 --- a/src/bin/lttng-sessiond/kernel.h +++ b/src/bin/lttng-sessiond/kernel.h @@ -32,8 +32,6 @@ int kernel_add_channel_context(struct ltt_kernel_channel *chan, struct lttng_kernel_context *ctx); -int kernel_add_event_context(struct ltt_kernel_event *event, - struct lttng_kernel_context *ctx); int kernel_create_session(struct ltt_session *session, int tracer_fd); int kernel_create_channel(struct ltt_kernel_session *session, struct lttng_channel *chan, char *path);