Metadata cache and multiple metadata channels
[lttng-modules.git] / lib / ringbuffer / backend.h
index 826be933fe61bb45efbe96a7738823e3ae46af9e..ed913325e2ddb70070392226cc9b27b39df18fad 100644 (file)
@@ -263,9 +263,4 @@ unsigned long lib_ring_buffer_get_records_unread(
        return records_unread;
 }
 
-ssize_t lib_ring_buffer_file_splice_read(struct file *in, loff_t *ppos,
-                                        struct pipe_inode_info *pipe,
-                                        size_t len, unsigned int flags);
-loff_t lib_ring_buffer_no_llseek(struct file *file, loff_t offset, int origin);
-
 #endif /* _LIB_RING_BUFFER_BACKEND_H */
This page took 0.023662 seconds and 4 git commands to generate.