X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fnetwork-live.h;h=5d8e5df2623aea7116ce596526dd074255a60caa;hp=e6cf7d75215842ade56838cd5f80a3b867a6039b;hb=54645d5cab414bb3391837ef7acb919cf106c71f;hpb=3160c7a916d5c865915f212b37a842723e646782 diff --git a/src/network-live.h b/src/network-live.h index e6cf7d7..5d8e5df 100644 --- a/src/network-live.h +++ b/src/network-live.h @@ -21,7 +21,7 @@ #include #include #include -#include "lttng-index.h" +#include /* Copied from babeltrace/formats/ctf/events-private.h */ static inline @@ -43,13 +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); -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, int begin); - #endif /* _LIVE_H */