X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fkernel-ctl.h;fp=ltt-sessiond%2Fkernel-ctl.h;h=b8f41e7d98bb08af0ea9cd8ccab5cdf0e0a37d05;hp=35057be08503a77f90998622753992c3c2787786;hb=f34daff7d0139d162e949f1b4fbb4cd003746b15;hpb=1b686c3f1859c4d5929e234c6e792c2bcab4cc8e diff --git a/ltt-sessiond/kernel-ctl.h b/ltt-sessiond/kernel-ctl.h index 35057be08..b8f41e7d9 100644 --- a/ltt-sessiond/kernel-ctl.h +++ b/ltt-sessiond/kernel-ctl.h @@ -19,7 +19,10 @@ #ifndef _LTT_KERNEL_CTL_H #define _LTT_KERNEL_CTL_H +#include "trace.h" + int kernel_create_session(struct command_ctx *cmd_ctx, int tracer_fd); int kernel_create_channel(struct command_ctx *cmd_ctx); +int kernel_enable_event(struct ltt_kernel_channel *channel, char *name); #endif /* _LTT_KERNEL_CTL_H */