X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Flttng-live%2Fdata-stream.h;h=8ae5e59e160dbbabb85960945be28c84f35ca775;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=5c219c32d8a8bb393cf79e2a6468a56482999aca;hpb=4cdfc5e86b64137d96c31495cbdea99801714c2b;p=babeltrace.git diff --git a/plugins/ctf/lttng-live/data-stream.h b/plugins/ctf/lttng-live/data-stream.h index 5c219c32..8ae5e59e 100644 --- a/plugins/ctf/lttng-live/data-stream.h +++ b/plugins/ctf/lttng-live/data-stream.h @@ -25,13 +25,13 @@ #include #include -#include -#include +#include +#include -#include "lttng-live-internal.h" +#include "lttng-live.h" #include "../common/msg-iter/msg-iter.h" -bt_lttng_live_iterator_status lttng_live_lazy_msg_init( +enum lttng_live_iterator_status lttng_live_lazy_msg_init( struct lttng_live_session *session); struct lttng_live_stream_iterator *lttng_live_stream_iterator_create( @@ -39,6 +39,7 @@ struct lttng_live_stream_iterator *lttng_live_stream_iterator_create( uint64_t ctf_trace_id, uint64_t stream_id); -void lttng_live_stream_iterator_destroy(struct lttng_live_stream_iterator *stream); +void lttng_live_stream_iterator_destroy( + struct lttng_live_stream_iterator *stream); #endif /* LTTNG_LIVE_DATA_STREAM_H */