X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=libkernelctl%2Flibkernelctl.h;h=eb0c7800efcad3c10949dcf70247f1149681d537;hp=2c03e1088c31cb32184afa843fa7eec17d5ed3f2;hb=d4a1283e471c152cedf6cb5ebcc74d509009145d;hpb=847177cda88eed885da0b5f0b66b03ffcd06c8f6 diff --git a/libkernelctl/libkernelctl.h b/libkernelctl/libkernelctl.h index 2c03e1088..eb0c7800e 100644 --- a/libkernelctl/libkernelctl.h +++ b/libkernelctl/libkernelctl.h @@ -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);