X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;h=17d6641bc70aa6b79f687a5825b8efcf7b58136c;hb=b0a40d28e4498724b405cbcd5c468bfec3295eb0;hp=dafca85b0203b86046826a301ab79fe4152b4284;hpb=9730260e7e733b421e1af26a9953f938de2628cc;p=lttng-tools.git 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);