fix warnings
[ust.git] / libust / relay.h
index 6b3a8b79692affb40781a66990b7279c18a49e09..630c4eacc5ebd3e43995d93eb06920b7719a98dc 100644 (file)
 //ust// #include <linux/mm.h>
 //ust// #include <linux/ltt-core.h>
 #include <assert.h>
-#include "tracer.h"
-#include "kref.h"
+#include <kcompat/kref.h>
 //#include "list.h"
 #include "channels.h"
+#include "buffer.h"
 
 /* Needs a _much_ better name... */
 #define FIX_SIZE(x) ((((x) - 1) & PAGE_MASK) + PAGE_SIZE)
@@ -371,4 +371,6 @@ int ltt_do_get_subbuf(struct rchan_buf *buf, struct ltt_channel_buf_struct *ltt_
 
 int ltt_do_put_subbuf(struct rchan_buf *buf, struct ltt_channel_buf_struct *ltt_buf, u32 uconsumed_old);
 
+void init_ustrelay_transport(void);
+
 #endif /* _LINUX_LTT_RELAY_H */
This page took 0.022856 seconds and 4 git commands to generate.