prepare the 0.3 release
[lttngtop.git] / src / network-live.h
index 6228865d7d4bab232841b674efeb0dc363045553..5d8e5df2623aea7116ce596526dd074255a60caa 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 <lib/babeltrace/ctf/ctf-index.h>
 
 /* Copied from babeltrace/formats/ctf/events-private.h */
 static inline
@@ -43,14 +43,4 @@ uint64_t ctf_get_real_timestamp(struct ctf_stream_definition *stream,
        return ts_nsec;
 }
 
-int list_sessions(void);
-int write_index_header(int fd);
-int attach_session(int id);
-void dump_packet_index(struct lttng_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);
-int open_trace(struct bt_context **bt_ctx);
-int setup_network_live(char *hostname);
-
 #endif /* _LIVE_H */
This page took 0.022196 seconds and 4 git commands to generate.