X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;fp=lttng-sessiond%2Fust-app.h;h=17d6641bc70aa6b79f687a5825b8efcf7b58136c;hp=dafca85b0203b86046826a301ab79fe4152b4284;hb=b0a40d28e4498724b405cbcd5c468bfec3295eb0;hpb=9d697d3d9ce4cf53fe9102bf7d7b44d196f46eca diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index dafca85b0..17d6641bc 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -128,6 +128,8 @@ int ust_app_enable_channel_all(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan); int ust_app_disable_event_all(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan); +int ust_app_disable_event(struct ltt_ust_session *usess, + struct ltt_ust_channel *uchan, char *event_name); void ust_app_global_update(struct ltt_ust_session *usess, int sock); void ust_app_clean_list(void);