Optimisation: only fix pending events once per lazy update
[lttng-ust.git] / include / lttng / ust-events.h
index d370251783d8e9778fb8878f8aceba95a5cbbf40..4cc507a05c52c1363a7ba20d0aae503955b7d3f1 100644 (file)
@@ -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);
This page took 0.025769 seconds and 4 git commands to generate.