X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Fkernel-ctl.h;h=00388c7ddefaa76e5a98e834669c9a3a92767e7b;hb=712ea556b2774ad12e9a9a83c3d04eda46e3f9a0;hp=cfcf2512806e776404be7dc7ebd114c66da4d68c;hpb=9e78d6ae219789dee9c96f35f190d6166ef389c3;p=lttng-tools.git diff --git a/ltt-sessiond/kernel-ctl.h b/ltt-sessiond/kernel-ctl.h index cfcf25128..00388c7dd 100644 --- a/ltt-sessiond/kernel-ctl.h +++ b/ltt-sessiond/kernel-ctl.h @@ -19,7 +19,6 @@ #ifndef _LTT_KERNEL_CTL_H #define _LTT_KERNEL_CTL_H -#include "ltt-sessiond.h" #include "session.h" #include "trace.h" @@ -31,6 +30,5 @@ int kernel_create_metadata_stream(struct ltt_kernel_session *session); int kernel_create_channel_stream(struct ltt_kernel_channel *channel); int kernel_start_session(struct ltt_kernel_session *session); int kernel_stop_session(struct ltt_kernel_session *session); -pid_t kernel_start_consumer(void); #endif /* _LTT_KERNEL_CTL_H */