Initial import of kconsumerd and libkernelctl
[lttng-tools.git] / libkernelctl / libkernelctl.h
index 2c03e1088c31cb32184afa843fa7eec17d5ed3f2..eb0c7800efcad3c10949dcf70247f1149681d537 100644 (file)
@@ -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);
This page took 0.023716 seconds and 5 git commands to generate.