sync lttng and babeltrace last headers for live
[lttngtop.git] / src / network-live.h
index e6cf7d75215842ade56838cd5f80a3b867a6039b..b84fc0ba645b057a9ebdd2b8f57f9076c495c59b 100644 (file)
@@ -21,7 +21,7 @@
 #include <lib/babeltrace/ctf/types.h>
 #include <lib/babeltrace/ctf-ir/metadata.h>
 #include <lib/babeltrace/clock-internal.h>
-#include "lttng-index.h"
+#include "ctf-index.h"
 
 /* Copied from babeltrace/formats/ctf/events-private.h */
 static inline
@@ -44,8 +44,7 @@ uint64_t ctf_get_real_timestamp(struct ctf_stream_definition *stream,
 }
 
 int list_sessions(void);
-int write_index_header(int fd);
-void dump_packet_index(struct lttng_packet_index *index);
+void dump_packet_index(struct ctf_packet_index *index);
 int get_next_index(int id, struct packet_index *index);
 void ctf_live_packet_seek(struct bt_stream_pos *stream_pos, size_t index,
                int whence);
This page took 0.022024 seconds and 4 git commands to generate.