X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lib%2Fringbuffer%2Fring_buffer_iterator.c;h=47e151bfce4c13ed9a525e465e98c17d7bfcfc55;hb=152fe7fccd64295a24df5bef0c5281e5ea9cfa90;hp=24e3dbb36a39882eeae8a53011f5ebd3303271ab;hpb=b06ed645c23ac947e0f5ac01b6eba6947c53d77c;p=lttng-modules.git diff --git a/lib/ringbuffer/ring_buffer_iterator.c b/lib/ringbuffer/ring_buffer_iterator.c index 24e3dbb3..47e151bf 100644 --- a/lib/ringbuffer/ring_buffer_iterator.c +++ b/lib/ringbuffer/ring_buffer_iterator.c @@ -25,8 +25,8 @@ * Mathieu Desnoyers */ -#include "../../wrapper/ringbuffer/iterator.h" -#include "../../wrapper/file.h" +#include +#include #include #include #include @@ -71,7 +71,7 @@ restart: * Per-CPU buffers rather use a "push" scheme because * the IPI needed to flush all CPU's buffers is too * costly. In the "push" scheme, the reader waits for - * the writer periodic deferrable timer to flush the + * the writer periodic timer to flush the * buffers (keeping track of a quiescent state * timestamp). Therefore, the writer "pushes" data out * of the buffers rather than letting the reader "pull"