X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Fchannels.h;h=6db8e638ccc45ffa2841901fbde89a66b5489d28;hb=0222e1213f196b66cbc08cd29093aca4a28e9ffb;hp=693bf82bedc9bac9208abd66d491fd878ed9efb4;hpb=8649cd59b1c15b8d4097cf63f733e8007d76ad13;p=ust.git diff --git a/libust/channels.h b/libust/channels.h index 693bf82..6db8e63 100644 --- a/libust/channels.h +++ b/libust/channels.h @@ -23,8 +23,9 @@ #include #include - -#include +#include +#include +#include #define EVENTS_PER_CHANNEL 65536 #define MAX_CPUS 32 @@ -60,14 +61,14 @@ struct ust_channel { u32 version; size_t alloc_size; - struct list_head list; + struct cds_list_head list; } ____cacheline_aligned; struct ltt_channel_setting { unsigned int subbuf_size; unsigned int subbuf_cnt; struct kref kref; /* Number of references to structure content */ - struct list_head list; + struct cds_list_head list; unsigned int index; /* index of channel in trace channel array */ u16 free_event_id; /* Next event ID to allocate */ char name[PATH_MAX];