Fix: add missing SIGTERM and SIGINT handler
[babeltrace.git] / formats / lttng-live / lttng-live.h
index 09de20b92e1431bb92830bdded8aa9929ce36604..ae04e8979a18edd536e9bb5e3f7227322ccdee0a 100644 (file)
@@ -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 */
This page took 0.023098 seconds and 4 git commands to generate.