X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2Ffrontend_types.h;h=b50b284610692c538073f0089bf1205320ddad84;hb=431d5cf0d589654dfa74e07194dd186f5311cc29;hp=d1a3d200be7130076805a2c0ef019b6054bf281f;hpb=f4681817263e0d8daa2839da41ea3ef666d6bc1b;p=lttng-ust.git diff --git a/libringbuffer/frontend_types.h b/libringbuffer/frontend_types.h index d1a3d200..b50b2846 100644 --- a/libringbuffer/frontend_types.h +++ b/libringbuffer/frontend_types.h @@ -20,7 +20,6 @@ #include #include -#include #include "ust/core.h" @@ -51,7 +50,6 @@ struct channel { unsigned long read_timer_interval; /* Reader wakeup (jiffies) */ //wait_queue_head_t read_wait; /* reader wait queue */ int finalized; /* Has channel been finalized */ - struct urcu_ref ref; /* Reference count */ DECLARE_SHMP(struct shm_header, shm_header); } ____cacheline_aligned;