X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Flttng-live%2Flttng-live.h;h=ae04e8979a18edd536e9bb5e3f7227322ccdee0a;hp=09de20b92e1431bb92830bdded8aa9929ce36604;hb=8ace20bfc87729d45edc4e1a2aa6bec330580d91;hpb=a5e4b11e1a2fdb35056382f7d89230dbc2195975 diff --git a/formats/lttng-live/lttng-live.h b/formats/lttng-live/lttng-live.h index 09de20b9..ae04e897 100644 --- a/formats/lttng-live/lttng-live.h +++ b/formats/lttng-live/lttng-live.h @@ -87,5 +87,6 @@ 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_get_new_streams(struct lttng_live_ctx *ctx, uint64_t id); +int lttng_live_should_quit(void); #endif /* _LTTNG_LIVE_H */