add libtracing Makefile.am
[ust.git] / libtracing / channels.h
index 4a3924b74df751d19a81bcd62f0c884b16f7efc0..dedc1f8a7bd72e3950c1210c27c4a82ef9003ed1 100644 (file)
@@ -8,8 +8,13 @@
  */
 
 #include <linux/limits.h>
-#include <linux/kref.h>
-#include <linux/list.h>
+//ust// #include <linux/kref.h>
+//ust// #include <linux/list.h>
+#include <errno.h>
+
+#include "kernelcompat.h"
+#include "kref.h"
+#include "list.h"
 
 #define EVENTS_PER_CHANNEL     65536
 
@@ -48,6 +53,8 @@ struct ltt_channel_struct {
        unsigned int subbuf_size;
        unsigned int subbuf_cnt;
        const char *channel_name;
+
+       int buf_shmid;
 } ____cacheline_aligned;
 
 struct ltt_channel_setting {
This page took 0.022198 seconds and 4 git commands to generate.