Send extended channel payload to client
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index aae56f90cf8e0765f6b95d65a375f06a5f1891fe..fac1f0b8a2d58b988d9a30cb6789b8c6bd0c3a5c 100644 (file)
@@ -16,7 +16,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <assert.h>
 #include <poll.h>
@@ -40,9 +39,9 @@
 #include <common/pipe.h>
 #include <common/relayd/relayd.h>
 #include <common/utils.h>
-#include <common/consumer-stream.h>
+#include <common/consumer/consumer-stream.h>
 #include <common/index/index.h>
-#include <common/consumer-timer.h>
+#include <common/consumer/consumer-timer.h>
 
 #include "kernel-consumer.h"
 
This page took 0.023844 seconds and 4 git commands to generate.