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=dafca85b0203b86046826a301ab79fe4152b4284;hp=0446363c37c78b0bcf296d5aa782bd3749e3063d;hb=9730260e7e733b421e1af26a9953f938de2628cc;hpb=5edd7e09e892604b00ca937c0f1bc887bb5a842c diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index 0446363c3..dafca85b0 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -126,6 +126,8 @@ int ust_app_disable_channel_all(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan); 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); void ust_app_global_update(struct ltt_ust_session *usess, int sock); void ust_app_clean_list(void);