Fix python: remove weird char at the end of line
[babeltrace.git] / formats / lttng-live / lttng-live.h
index 09de20b92e1431bb92830bdded8aa9929ce36604..cf47437bbd03e83f55331d2637833c987d1ae7ec 100644 (file)
@@ -85,7 +85,8 @@ 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);
 
 #endif /* _LTTNG_LIVE_H */
This page took 0.027184 seconds and 4 git commands to generate.