implement ring buffer clients
[lttng-ust.git] / libust / ltt-ring-buffer-client-discard.c
index ca7dfa8efa62cebc1d856f2cad7a76164ea2beae..1df3fd7690f95cea98bd7d2e9d1b4ab4da47e321 100644 (file)
@@ -8,13 +8,8 @@
  * Dual LGPL v2.1/GPL v2 license.
  */
 
-#include <linux/module.h>
 #include "ltt-tracer.h"
 
 #define RING_BUFFER_MODE_TEMPLATE              RING_BUFFER_DISCARD
 #define RING_BUFFER_MODE_TEMPLATE_STRING       "discard"
 #include "ltt-ring-buffer-client.h"
-
-MODULE_LICENSE("GPL and additional rights");
-MODULE_AUTHOR("Mathieu Desnoyers");
-MODULE_DESCRIPTION("LTTng Ring Buffer Client Discard Mode");
This page took 0.024268 seconds and 4 git commands to generate.