Fix a zmalloc bug
[ust.git] / libust / buffers.h
index 30445000beb0e380d7af3c7cc657ad9ba51d3b21..a2ad83efca42884b1bba21e1674d14f304b52135 100644 (file)
@@ -82,6 +82,11 @@ struct ust_buffer {
        int data_ready_fd_write;
        /* the reading end of the pipe */
        int data_ready_fd_read;
+       /*
+        * List of buffers with an open pipe, used for fork and forced subbuffer
+        * switch.
+        */
+       struct list_head open_buffers_list;
 
        unsigned int finalized;
 //ust//        struct timer_list switch_timer; /* timer for periodical switch */
This page took 0.02378 seconds and 4 git commands to generate.