X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libkernelctl%2Flibkernelctl.h;h=eb0c7800efcad3c10949dcf70247f1149681d537;hb=d4a1283e471c152cedf6cb5ebcc74d509009145d;hp=048e0b0e0fffd41f43642c98a4943ab02eefe28d;hpb=50dc1fa67a38503ba9426e3d78edb17f48446796;p=lttng-tools.git diff --git a/libkernelctl/libkernelctl.h b/libkernelctl/libkernelctl.h index 048e0b0e0..eb0c7800e 100644 --- a/libkernelctl/libkernelctl.h +++ b/libkernelctl/libkernelctl.h @@ -20,7 +20,7 @@ #ifndef _LTT_LIBKERNELCTL_H #define _LTT_LIBKERNELCTL_H -#include +#include "lttng-kernel.h" int kernctl_create_channel(int fd, struct lttng_channel *chops); int kernctl_create_event(int fd, struct lttng_event *ev); @@ -33,6 +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_put_next_subbuf(int fd); int kernctl_put_subbuf(int fd); int kernctl_snapshot(int fd);