Fix: use "flush empty" ioctl for snapshots
[lttng-tools.git] / src / common / kernel-ctl / kernel-ctl.h
index a8c27dd3a7f143d2e3f6bdee1d10df6b79116992..97b3128d322f222200d4fe7e390dad63d0c9e7dc 100644 (file)
@@ -92,6 +92,7 @@ int kernctl_get_subbuf(int fd, unsigned long *pos);
 int kernctl_put_subbuf(int fd);
 
 int kernctl_buffer_flush(int fd);
+int kernctl_buffer_flush_empty(int fd);
 int kernctl_get_metadata_version(int fd, uint64_t *version);
 
 /* index */
This page took 0.023621 seconds and 4 git commands to generate.