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=00388c7ddefaa76e5a98e834669c9a3a92767e7b;hp=cfcf2512806e776404be7dc7ebd114c66da4d68c;hb=1b6083d908666ac98359cd8fc1b32158196db18d;hpb=6f61d021eec1680ab5063b8b48e93d1ae4ba31c4 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 */