X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Flttng-live%2Flttng-live.h;h=cf47437bbd03e83f55331d2637833c987d1ae7ec;hp=ae04e8979a18edd536e9bb5e3f7227322ccdee0a;hb=2875672988a4ff834617379e222a3c109fb5d903;hpb=66c2a20b4391fb5c7f870aeb0dde854f0ae1fc79 diff --git a/formats/lttng-live/lttng-live.h b/formats/lttng-live/lttng-live.h index ae04e897..cf47437b 100644 --- a/formats/lttng-live/lttng-live.h +++ b/formats/lttng-live/lttng-live.h @@ -85,7 +85,7 @@ int lttng_live_connect_viewer(struct lttng_live_ctx *ctx); int lttng_live_establish_connection(struct lttng_live_ctx *ctx); int lttng_live_list_sessions(struct lttng_live_ctx *ctx, const char *path); int lttng_live_attach_session(struct lttng_live_ctx *ctx, uint64_t id); -void lttng_live_read(struct lttng_live_ctx *ctx); +int lttng_live_read(struct lttng_live_ctx *ctx); int lttng_live_get_new_streams(struct lttng_live_ctx *ctx, uint64_t id); int lttng_live_should_quit(void);