Fix: out of sync lttng_ust_ctl_sigbug_handle() prototype
[lttng-tools.git] / src / bin / lttng-sessiond / ust-ctl-internal.h
index 73d401962d909d3018de3f501b4de5c6afae2e78..610aa7f363ba208efdfe0c7321d105a9722c0097 100644 (file)
@@ -653,6 +653,6 @@ int lttng_ust_ctl_counter_aggregate(struct lttng_ust_ctl_daemon_counter *counter
 int lttng_ust_ctl_counter_clear(struct lttng_ust_ctl_daemon_counter *counter,
                const size_t *dimension_indexes);
 
-void ustctl_sigbus_handle(void *addr);
+void lttng_ust_ctl_sigbus_handle(void *addr);
 
 #endif /* LTTNG_UST_CTL_INTERNAL_H */
This page took 0.023314 seconds and 4 git commands to generate.