Use shm handle, fix allocation space, take care of alignment
[lttng-ust.git] / libringbuffer / frontend_types.h
index d1a3d200be7130076805a2c0ef019b6054bf281f..b50b284610692c538073f0089bf1205320ddad84 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <urcu/list.h>
 #include <urcu/uatomic.h>
-#include <urcu/ref.h>
 
 #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;
 
This page took 0.025229 seconds and 4 git commands to generate.