X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libkernelctl%2Flibkernelctl.h;fp=libkernelctl%2Flibkernelctl.h;h=b5274d983539ed0bb2d5504a50507bb9c72a2497;hb=d65106b1011efccf8fa5f9d7c8f2dfb0de38f5e8;hp=930cb892e28c1ddda99c873da53ea3ee29e64c72;hpb=26cc6b4e17dc888cd894ef1f42a83c59d7f8a95f;p=lttng-tools.git diff --git a/libkernelctl/libkernelctl.h b/libkernelctl/libkernelctl.h index 930cb892e..b5274d983 100644 --- a/libkernelctl/libkernelctl.h +++ b/libkernelctl/libkernelctl.h @@ -24,6 +24,7 @@ #include "lttng-kernel.h" +int kernctl_add_context(int fd, struct lttng_kernel_context *ctx); int kernctl_buffer_flush(int fd); int kernctl_create_channel(int fd, struct lttng_channel_attr *chops); int kernctl_create_event(int fd, struct lttng_kernel_event *ev);