X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libringbuffer%2Ffrontend_types.h;h=974f782e0dc86b3ed3903ec861ede6754504fbd9;hb=1d4981969313da002983ca979bd85c95493f7316;hp=28179dfc58b8ebc31c75b65115127d9fa73e79a3;hpb=3d249a072c981fd9a5f0fcd3d4787beab64561e3;p=lttng-ust.git diff --git a/libringbuffer/frontend_types.h b/libringbuffer/frontend_types.h index 28179dfc..974f782e 100644 --- a/libringbuffer/frontend_types.h +++ b/libringbuffer/frontend_types.h @@ -26,7 +26,7 @@ #include #include #include "backend_types.h" -#include "shm.h" +#include "shm_internal.h" /* * A switch is done during tracing or as a final flush after tracing (so it @@ -50,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 */ - DECLARE_SHMP(struct shm_header, shm_header); } ____cacheline_aligned; /* Per-subbuffer commit counters used on the hot path */