X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ctl.h;h=49925ea6c3affe8264b1f4b0a7cd00571c90dd39;hp=60fcabd6ef038ca6c0b91de0cdeda5de3b5abff6;hb=87a15032bae3edd0f8c8c2767acee7741bb79ad6;hpb=159b042f34366d0fde5dcd73b4231c558922a664 diff --git a/src/common/kernel-ctl/kernel-ctl.h b/src/common/kernel-ctl/kernel-ctl.h index 60fcabd6e..49925ea6c 100644 --- a/src/common/kernel-ctl/kernel-ctl.h +++ b/src/common/kernel-ctl/kernel-ctl.h @@ -9,6 +9,8 @@ #ifndef _LTTNG_KERNEL_CTL_H #define _LTTNG_KERNEL_CTL_H +#include + #include #include #include @@ -94,6 +96,7 @@ int kernctl_buffer_flush_empty(int fd); int kernctl_buffer_clear(int fd); int kernctl_get_metadata_version(int fd, uint64_t *version); int kernctl_metadata_cache_dump(int fd); +int kernctl_get_next_subbuf_metadata_check(int fd, bool *consistent); /* index */ int kernctl_get_timestamp_begin(int fd, uint64_t *timestamp_begin);