X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libust%2Fbuffers.h;h=a2ad83efca42884b1bba21e1674d14f304b52135;hb=4723ca096d740ff93da400df304c9902e9834e5f;hp=30445000beb0e380d7af3c7cc657ad9ba51d3b21;hpb=d9ac3d712ae55d3049000ead812450e2fe067387;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 */