X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=019b0ebb02af5512c893cfe72147963eec88d3cb;hb=35ac38cb4cc188253c600766882b7a833f5a81ee;hp=caf7e63a30642024cd6a2bb5a9638afe21c9b4d7;hpb=23e08412a688ed2f8cdf7c7776ecbedf6c860875;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index caf7e63a..019b0ebb 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -656,6 +656,7 @@ void synchronize_trace(void); int lttng_probe_register(struct lttng_probe_desc *desc); void lttng_probe_unregister(struct lttng_probe_desc *desc); +void lttng_probe_provider_unregister_events(struct lttng_probe_desc *desc); int lttng_fix_pending_events(void); int lttng_probes_init(void); void lttng_probes_exit(void);