X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fbuffers.h;h=a2ad83efca42884b1bba21e1674d14f304b52135;hb=bc237fab2306223e429c43ff003ac06c3777be99;hp=30445000beb0e380d7af3c7cc657ad9ba51d3b21;hpb=c57b6f82bde7ffe4143b6d6d2717ae01702b7ac6;p=ust.git diff --git a/libust/buffers.h b/libust/buffers.h index 3044500..a2ad83e 100644 --- a/libust/buffers.h +++ b/libust/buffers.h @@ -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 */