Fix: wrapper random documentation
[lttng-modules.git] / lib / ringbuffer / iterator.h
index f2bd50dd592764d6089f23af47ecc325f613f98d..06fbcd1bcc274e3a005922e63793eff2d1717483 100644 (file)
@@ -1,21 +1,18 @@
-#ifndef _LINUX_RING_BUFFER_ITERATOR_H
-#define _LINUX_RING_BUFFER_ITERATOR_H
-
-/*
- * linux/ringbuffer/iterator.h
+/* SPDX-License-Identifier: (GPL-2.0-only OR LGPL-2.1-only)
  *
- * (C) Copyright 2010 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * lib/ringbuffer/iterator.h
  *
  * Ring buffer and channel iterators.
  *
- * Author:
- *     Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * Dual LGPL v2.1/GPL v2 license.
+ * Copyright (C) 2010-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#include "../../wrapper/ringbuffer/backend.h"
-#include "../../wrapper/ringbuffer/frontend.h"
+#ifndef _LIB_RING_BUFFER_ITERATOR_H
+#define _LIB_RING_BUFFER_ITERATOR_H
+
+#include <wrapper/ringbuffer/backend.h>
+#include <wrapper/ringbuffer/frontend.h>
+#include <wrapper/ringbuffer/vfs.h>
 
 /*
  * lib_ring_buffer_get_next_record advances the buffer read position to the next
@@ -67,4 +64,4 @@ void channel_iterator_free(struct channel *chan);
 void channel_iterator_reset(struct channel *chan);
 void lib_ring_buffer_iterator_reset(struct lib_ring_buffer *buf);
 
-#endif /* _LINUX_RING_BUFFER_ITERATOR_H */
+#endif /* _LIB_RING_BUFFER_ITERATOR_H */
This page took 0.023755 seconds and 4 git commands to generate.