X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=libkernelctl%2Flibkernelctl.h;h=34be7a5d3546142b167cfbc8e4048b20e5cd69d3;hp=eb0c7800efcad3c10949dcf70247f1149681d537;hb=9cb983500508a95363a09a5a65d2f67774c38b69;hpb=bcd8d9db8fccd691c1e919bfa7c0d49a2fda35f9 diff --git a/libkernelctl/libkernelctl.h b/libkernelctl/libkernelctl.h index eb0c7800e..34be7a5d3 100644 --- a/libkernelctl/libkernelctl.h +++ b/libkernelctl/libkernelctl.h @@ -22,8 +22,8 @@ #include "lttng-kernel.h" -int kernctl_create_channel(int fd, struct lttng_channel *chops); -int kernctl_create_event(int fd, struct lttng_event *ev); +int kernctl_create_channel(int fd, struct lttng_kernel_channel *chops); +int kernctl_create_event(int fd, struct lttng_kernel_event *ev); int kernctl_create_session(int fd); int kernctl_create_stream(int fd); int kernctl_get_max_subbuf_size(int fd, unsigned long *len); @@ -33,7 +33,7 @@ int kernctl_get_next_subbuf(int fd); int kernctl_get_padded_subbuf_size(int fd, unsigned long *len); int kernctl_get_subbuf(int fd, unsigned long *len); int kernctl_get_subbuf_size(int fd, unsigned long *len); -int kernctl_open_metadata(int fd, struct lttng_channel *chops); +int kernctl_open_metadata(int fd, struct lttng_kernel_channel *chops); int kernctl_put_next_subbuf(int fd); int kernctl_put_subbuf(int fd); int kernctl_snapshot(int fd);