X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Flib%2Flttng-ctl%2Flttng-ctl-helper.h;h=58b3dba57fecb13c93a946fd8b759ace6b531ba1;hp=ed9a24fbfcb5f02508b9d3f2ab7a8456e00b1a4d;hb=6c71277b0dc97ce8a4ac6b8d359b4b349c04b658;hpb=d74df4226a1b4461c896d51a221afe38e07809a7 diff --git a/src/lib/lttng-ctl/lttng-ctl-helper.h b/src/lib/lttng-ctl/lttng-ctl-helper.h index ed9a24fbf..58b3dba57 100644 --- a/src/lib/lttng-ctl/lttng-ctl-helper.h +++ b/src/lib/lttng-ctl/lttng-ctl-helper.h @@ -54,4 +54,6 @@ int lttng_ctl_ask_sessiond(struct lttcomm_session_msg *lsm, void **buf) return lttng_ctl_ask_sessiond_varlen(lsm, NULL, 0, buf); } +int lttng_check_tracing_group(void); + #endif /* LTTNG_CTL_HELPER_H */