X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=4cc507a05c52c1363a7ba20d0aae503955b7d3f1;hb=5f733922ed1e2db5b397292ede81303a9e538a08;hp=d370251783d8e9778fb8878f8aceba95a5cbbf40;hpb=9c915ee89e46a98644d56c34c0dbfcf2311627ed;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index d3702517..4cc507a0 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -527,7 +527,7 @@ void synchronize_trace(void); int lttng_probe_register(struct lttng_probe_desc *desc); void lttng_probe_unregister(struct lttng_probe_desc *desc); -int lttng_fix_pending_event_desc(const struct lttng_event_desc *desc); +int lttng_fix_pending_events(void); int lttng_probes_init(void); void lttng_probes_exit(void); int lttng_find_context(struct lttng_ctx *ctx, const char *name);